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
Explain about features of local inner class?
What are synchronized methods and synchronized statements in java programming?
When should you make a function static?
What is ‘has a’’ relationship in java?
How to access arraylist elements in java?
Does constructor creates the object ?
Why string is immutable or final in java
Why do we use variables?
Is java free for commercial?
What is literal example?
Can interface be private in java?
Can we instantiate interface in java?
What is set string?
What is the mapping mechanism used by java to identify IDL language?
What is the synonym of string?