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
Can a constructor call the constructor of parent class?
What is a final class in java?
What is data object example?
What is a control variable example?
Explain yield() method in thread class ?
How can we pass argument to a function by reference instead of pass by value?
How to perform merge sort in java?
Is null false in java?
Explain features of interfaces in java?
Why there is no call by reference in java?
What is treeset in java collection?
What is a bufferedreader?
What does the @override annotation do?
What happens if an exception is throws from an object's constructor?
What is multithreading in java?