PROGRAM AREA
Statistics
The Highest Post
Statistics
Count
94
Avg
21.00
Min
21
Max
21
Angualr Top questions
Details
Peter Agyekum
Give some characteristics of Java?
1.) code can be written in discrete(individually separate and distinct) and related units. 2.) Java is also platform-independent, which means you only have to write your code once, and it can be run on any system, due to Java Virtual Machine – which acts as a translator between the Java code you write, and the machine code your operating system expects. Every platform – Windows, OSX, Linux, Android, etc – have their own JVMs, but the Java code they each interpret is universal.
Post Reply
Back to HomePage
Related Topics
What is Java Virtual machine?
What does it mean, when code is written in discrete units of related code?
What is the first line in a class?
What is the the second line of a class ?
What is access modifiers in Java?
How do you name your class?
What is a method
What is examples of method's Access Modifier?
What is static in Java?
Give some characteristics of Java?
Explain more on discrete units of related code?
what steps need to follow to write your java program?
Describe the variables in Java?
How may primitive data types in Java?
What does assignment operator do?
What is An array?
How does an Array instantiated?
What is JavaScript prototype?
What is Functional Interface in Java?
lambda expression in java 8?
What are the four Garbage memory collectors in Java?