Saturday, June 22, 2019

Parts of JAVA.....!

HI...!

Today, we are going to find out some kind of parts in JAVA programming which we need to know.

• Class - A collection of data and methods that operate on that data.
• Method - A group of statements in a class that handle a task.
• Attribute - A property of an instance of a class.
• Interface - A skeleton class.
• Package - A group of logically related codes (classes & interfaces).
• Bytecodes - A set of instructions that look like machine code, but are not specific to any processor.
• Virtual Machine
• The environment in which Java runs. The JVM is responsible for executing the bytecodes and has responsibility for the fundamental capabilities of Java.


No comments:

Post a Comment

Parts of JAVA.....!

HI...! Today, we are going to find out some kind of parts in JAVA programming which we need to know. • Class - A collection of data and ...