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 compilation unit?

Answer Posted / priyabrata patro

Compilation unit is .class file , i mean to say here
let's assume that below class as an instance
class Demo
{
public static void main(String args[])
{
System.out.println("hello");
}
}
//>javac Demo.java
once this is executed you will have Demo.class file which is compilation unit for jvm.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by singleton class?

1081


How many types of exception can occur in a java program?

1041


How is Object Oriented Programming different from Procedure Oriented Programming?

1092


What happens if main method is not static?

1050


What is tree in java?

992


What is import java util arraylist?

1241


How do you reverse a word in java?

1152


Is string a data type in java?

1057


What is string in java with example?

1113


how to deploy apache tomcat server to weblogic server in java

2152


What is an arraylist in java?

1160


What is functional interface in java?

1095


How many types of methods are there in java?

1065


What are packages in java?

1791


Why static functions are used?

1145