how to call one program .class file in another program
Answer Posted / divya
By creating instance of the .class file we can call it from
any other program.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is broken and continue statement?
How do you define a parameter?
What is nullpointerexception in java?
What happens when I use / and % with a negative numerator?
What are decalarations?
Can we override private method in java?
Does java support function overloading, pointers, structures, unions or linked lists?
what is the difference between a threads start() and run() methods? : Java thread
Explain the polymorphism principle?
why we use merge option in hybernate pls give a ex snippet
What happens if an exception is throws from an object's destructor?
Is class is a data type?
How do you end a program?
How does hashset work in java?
Explain different ways of creating a thread?