Answer Posted / vinay
Java is platform independent because after compiling
the .java file is converted to .class file. this .class
file is byte code which is platform independent...
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
which class is the wait() method defined in? : Java thread
How is a variable stored in memory?
Explain abstract class in java?
What is a singleton class? Give a practical example of its usage.
What does flag mean in java?
Explain the reason behind ending a program with a system.exit(0)?
What is space character in java?
Do I need java on my pc?
Does java isempty check for null?
Is null a string or object in java?
What 5 doubled?
What is meant by the value of a variable?
How do you input a string in java?
What is a concrete classes? Is Java object class is concrete class?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?