how to call one program .class file in another program
Answer Posted / surender
By creating instance of the .class file we can call it from any other program
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What is array sorting in java?
What is an example of declaration?
What is the main method java?
What are the changes in java.io in java 8 ?
How many types of methods are there?
What is data member in java?
What is the java virtual machine?
What is a java list?
Does java return by reference?
What is final keyword?
In java, how many ways you can take input from the console?
How to create an interface?
What is module in oop?
What are the differences between stringbuffer and stringbuilder?
what are three ways in which a thread can enter the waiting state? : Java thread