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 are predefined functions?
What do you mean by access modifier?
State some advantages of java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
How do you add an element to an arraylist in java?
Java is Pass by Value or Pass by Reference?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What do you mean by order of precedence and associativity?
What is the difference between an if statement and a switch statement?
What are the access modifiers available in java?
What is meant by collection in java?
what is meant by HQL?
When parseint method can be used?
How do you find the absolute value?
Explain the difference between association, aggregation and inheritance relationships.