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 are different access specifiers in java? Explain
Explain the difference between intermediate and terminal operations in java8?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is the common usage of serialization?
Why java is secure? Explain.
What is variable and example?
What is the base class in java from which all classes are derived?
What is singleton class example?
How do you write a scanner class in java?
Can we create a class inside a class in java?
What are void methods?
If two threads have same priority which thread will be executed first ?
What is a lambda expression ? What's its use ?
How do you end a program?
Is alive and join method in java?