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
Which of the classes will have more memory allocated?
What is the equal sign?
Explain about instanceof operator in java?
Can size_t be negative?
How do you find the maximum number from an array without comparing and sorting?
What is the purpose of void?
Does java have a compiler?
Does constructor return any value?
Is c better than java?
How does the java compiler work?
How do you remove duplicates from an array in java?
What is difference between synchronize and concurrent collection in java?
What is the importance of finally block in exception handling?
What are new features introduced with java 8 ?
Why are global variables used?