Mukesh NirmalOOPOOP stands for Object-Oriented Programming. Procedural programming is about writing procedures or methods that perform operations on the…Jun 2Jun 2
Mukesh NirmalClass in JavaA class in Java is a set of objects which shares common characteristics/ behavior and common properties/ attributes. It is a user-defined…Jun 2Jun 2
Mukesh NirmalBuffer in JavaA container for data of a specific primitive type. A buffer is a linear, finite sequence of elements of a specific primitive type. Aside…May 30May 30
Mukesh NirmalMethod in javaA method is a block of code which only runs when it is called. You can pass data, known as parameters, into a method. Methods are used to…May 30May 30