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
What is the difference between RMI and Corba?
What are the services in RMI ?
what is the use of State Factories?
Is it possible to stop the execution of a method before completion in a sessionbean?
What modifiers may be used with an inner class that is a member of an outer class?
What method is invoked to cause an object to begin executing as a separate thread?
Explain RMI Architecture?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What happens when a thread cannot acquire a lock on an object?
What do you need to set-up a cluster with jboss?
Why a client should be multithreading? Explain.
What is TL and its use?
What is the difference between the session.get() method and the session.load() method?
How primary key is implemented in Oracle?
How to deploy Jar, War files in J2EE?