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
What is the difference between the paint() and repaint() methods?
Write a java program for binary search?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
Why is the type for real numbers called double?
What is a layout manager and what are different types of layout managers available in java awt?
Which is bigger float or double?
Is arraylist a class in java?
What is passing value java?
What are the different approaches to implement a function to generate a random number?
What does main method?
How an object is serialized in java?
Can we declare a class as static?
Define how objects are stored in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What are the access modifiers available in java?