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
How concurrent hashmap works?
Why is stringbuffer not immutable?
How we can make copy of a java object?
Differentiate between the constructors and methods in java?
What is an example of a boolean?
What does n mean in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
how would you implement a thread pool? : Java thread
What is the difference between post and put?
What does string [] args mean?
What is the synonym of procedure?
what are abstract functions?
Are floats faster than doubles?
Program to Find the second largest element in an array.
Why is boolean important?