Answer Posted / padmini
Smiply in Few Words , Compiling is Generating .class File
from .java File, Because Jvm Know only Byte code which is
there in . class file
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a default constructor and also define copy contrucyor?
What is type parameter in java?
What is a numeric digit?
How do you use equal in java?
How do you do descending order in java?
Why do we use threads in java?
Can you explain the usages of class.forname()?
Can you make a constructor final?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What all methods are used to prevent thread execution ?
Which class should you use to obtain design information about an object in java programming?
Implement a stack with push (), pop() and min() in O(1) time.
What is the generic function?
Which api is provided by java for operations on set of objects?
What is primitive array?