Constructors in JAVA Author 6 years ago 0 The definition of constructors in java is given below. 1. Constructors are used to initialise the instance variables of an object. 2. I... Read More
Types of methods in JAVA Author 6 years ago 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 6 years ago 0 Object : 1. Instance of a class is called object. Instance : Allocating sufficient memory space for fields and methods... Read More
What is class in JAVA Author 6 years ago 0 The class definition of a java is given below A class is a way of binding the data and associated methods in a single unit. Syntax t... Read More
What is an object in Java Author 6 years ago 0 Object means aerial voluntary such as open,Chair,Table...etc. Object oriented programming is a methodology or paradigm to design a progra... Read More
Differences between object oriented programming language and object based programming language Author 6 years ago 0 The main difference between object oriented programming language and object based programming languages given below Object based progra... Read More
What happens at compile time in JAVA Author 6 years ago 0 At compile time, Java file is compiled by Java compiler(it does not interact with OS) Anaconda versus The Java into code. Read More
Advantages of OOPs over procedure oriented programming language Author 6 years ago 0 The main advantages of OOPs over procedure oriented programming language are given below OOPs Max development and maintenance Azizia wh... Read More
What is JVM, JRE and JDK Author 6 years ago 0 The brief detailed description of JVM, JRE and JDK are given below JVM : JVM stands for Java Virtual Machine is an abstract machine. It... Read More
Structure of JAVA Author 6 years ago 0 The structure of Java is given below Documentation section Package statement Import statement Interface statement Main method c... Read More
Features of JAVA Author 6 years ago 0 The features of Java is given below 1. Object oriented: Java is object oriented programming language. 2. Simple : Shimla with C an... Read More
History of JAVA Author 6 years ago 0 History: James Gosling and his team started a project called Green Project in Sun micro system in the year 1990 the main aim of this proje... Read More