Answer Posted / nashiinformaticssolutions
The classloader is a component of the Java Runtime Environment (JRE) that is produced or executed when the bytecode is running.Java classes and interfaces must be dynamically loaded into the JVM (Java Virtual Machine) using the class file classloader. The Java runtime system does not require knowledge of files and file systems due to classloaders.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Brief description about local interfaces?
Why use a datasource when you can directly specify a connection details?
What is local interface. How values will be passed?
What is difference between object state and behavior?
Define the remote object implementation?
What are the different methods of identifying an object?
What are the diff types of exception?
What is synchronization and why is it important?
What is the form of storage space in java?
Is the ternary operator written x : y ? Z or x ? Y : z ?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is glasgow?
What class is the top of the awt event hierarchy?
What is the difference between java class and bean?