Types of methods in JAVA Author 01:28 0 In Java there are 4 types of methods thouse are given below 1. No return type no parameters. Syntax: Void m1() ... Read More
What is object in JAVA Author 01:18 0 Object : 1. Instance of a class is called object. Instance : Allocating sufficient memory space for fields and methods... Read More