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?

Answers were Sorted based on User's Feedback



What is a compilation unit?..

Answer / ravikiran(aptech mumbai)

a compilation unit resides on the jvm to convert the source
code into byte code after successful debugging

Is This Answer Correct ?    3 Yes 1 No

What is a compilation unit?..

Answer / 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

More Core Java Interview Questions

What is the difference between access specifiers and access modifiers in java? 16

0 Answers  


What is difference between identifier and variable?

0 Answers  


Difference between static methods, static variables, and static classes in Java.

1 Answers  


Explain a situation where finally block will not be executed?

0 Answers  


What is low level language in computer?

1 Answers  


What is command line argument in java?

0 Answers  


I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?

4 Answers  


why java main method is given as static method?

2 Answers  


Name the package that most of the AWT events that supports event-delegation model are defined?

2 Answers  


what are the purposes of native, transiant key words?

2 Answers  


Explain the difference between hashmap and hashtable in java?

0 Answers  


What is singleton class?

16 Answers   3i Infotech, 7 Seas, ABC, Amdocs, Cap Gemini, Oracle, Persistent, TCS, Techforza,


Categories