What is Java Classloader?
Java Classloader is part of Java runtime environment which loads class on demand (lazy loading) into JVM (Java Virtual Machine) not only from local file system but from remote system or web.
There are 3 types of Classloader.
i. Bootstrap Classloader: Loads core java API file rt.jar from <JAVA_HOME/jre/lib> folder.
ii. Extension Classloader: Loads jar files from <JAVA_HOME/jre/lib/ext> folder.
iii. System/Application Classloader: Loads jar files from path specified in environment variable as CLASSPATH.
| Is This Answer Correct ? | 3 Yes | 0 No |
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
What is a static method in java?
What is an iterator interface in java programming?
How to reduce flicking in animation?
Why method overloading and method overriding required in java?
Give me example of derived data types.
How do you write a conditional statement?
How do you allocate memory to object?
what is prepare statement? what is calabedtarement?
What is boolean query?
Explain purpose of sleep() method in java?