Answer Posted / ram nidadavolu
Java is fully Object Oriented language.It has two phases
first one is compilation phase ans second one is
interpretation phase.The compilation phase converts the java
file to class file (byte code is only readable format of
JVM) than interpretation phase interorate the class file
line by line and give the proper result.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to implement RMI in Java?
what is a non-repeatable read?
How can I scroll through list of pages like the search results in google?
Describe, in general, how java's garbage collector works?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Can I map more than one table in a cmp?
Why use POJO when I can use hashmap
Is there a guarantee of uniqueness for entity beans?
Java is fully object oriented languages or not?
What is the difference between RMI registry and OS Agent?
When a thread blocks on i/o, what state does it enter?
Difference between DurableSubscription and non- DurableSubscription?
Can constructors be synchronized in java?
What is the relationship between local interfaces and container-managed relationships?
what is meant by JRMP?