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
What is unmodifiable collection in java?
can rmi and corba based applications interact ?
How to implement a multithreaded applet?
Explain java coding standards for methods?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
Explain java thread life cycle.
Can you inherit a constructor java?
What is the final access modifier in java?
write a program that list all permutations of ABCDEF in which A appears before B?
Whats the difference between notify() and notifyall()?
What does the @override annotation do?
Why are getters and setters used?
Does every java program need a main?
When arithmeticexception is thrown?
What is hash in java?