how to call one program .class file in another program
Answer Posted / kajalpreet kaur
by making an object of .class file,we can use it in other program.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a map in java?
What is constructor in java ?
What is private public protected in java?
What is string length in java?
If a method is declared as protected, where may the method be accessed in java programming?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Explain the reason behind ending a program with a system.exit(0)?
What is the purpose of the enableevents() method?
Is boolean a wrapper class in java?
What is the difference between jfc & wfc?
What are some alternatives to inheritance?
What is instanceof keyword?
Can we inherit inner class?
What is map in java?
Why we go for collections in java?