how to call one program .class file in another program
Answer Posted / kajalpreet kaur
by making an object of .class file,we can use it in other program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is method overloading not possible by changing the return type in java?
Define linked list and its features with signature?
Why is java so popular?
What is boolean used for?
What do you mean by Hash Map and Hash Table?
How do I stop concurrentmodificationexception?
Explain the importance of thread scheduler in java?
How do you compare objects in java?
can I implement my own start() method? : Java thread
What is serial version uid and its importance in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Can constructor be protected in java?
What is the super void?
What is isa relationship?
Why Java doesn’t support multiple inheritance?