Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is a class loader?

Answer Posted / glibwaresoftsolutions

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


Please Help Members By Posting Answers For Below Questions

What are the design considerations while making a choice between using interface and abstract class?

1136


What is the difference between the ‘font’ and ‘fontmetrics’ class?

1207


What is mdb and what is the special feature of that?

1107


What are transaction attributes?

1157


Explain ioc concept?

1195


how do you Handle Front End Application data against DB with example?

2051


What is the difference between static and non-static with examples?

1989


What value does readline() return when it has reached the end of a file?

1138


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!

1884


How a component can be placed on Windows?

2912


how to use debug in my elipse to solve problems that exist in my project

2328


What are the pros and cons of detached objects?

1039


what is a portable component?

2068


What is aop(assepct oriented programing)?

1117


Can I run seam outside of jboss as?

1112