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 the difference between the paint() and repaint() methods?

1009


Write a java program for binary search?

1008


Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.

1950


Why is the type for real numbers called double?

905


What is a layout manager and what are different types of layout managers available in java awt?

1199


Which is bigger float or double?

919


Is arraylist a class in java?

995


What is passing value java?

998


What are the different approaches to implement a function to generate a random number?

997


What does main method?

930


How an object is serialized in java?

931


Can we declare a class as static?

1038


Define how objects are stored in java?

992


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

927


What are the access modifiers available in java?

1060