Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / guest
Write once Run anyware
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Can a method be static and synchronized?
Why sun introduce concept of anonymous class? What is need and real life use of anonymous class
What is predicate in lambda expression?
Why bean class is used in java?
Are streams faster than for loops?
What is entitymanager in jpa?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. Define how can I implement this logic?
What is the java api?
What is numberformatexception in java?
Is jvm a compiler or an interpreter?
How do I download and install eclipse on windows 10?
Is jprofiler open source?
What is gwt in java?
What is cloning in java?
explain isalive() method under thread class?