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
What are the advantages of arraylist over arrays?
What is the difference between a static and a non-static inner class in java programming?
What is the difference between an object-oriented programming language and object-based programming language?
Explain how to convert any java object into byte array.
How to disable caching on back button of the browser?
Define an enumeration?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is a jagged array in java?
What is serialversionuid?
What is the final keyword?
What do you understand by looping in java? Explain the different types of loops.
how can you catch multiple exceptions in java?
What is difference between adapter class and listener?
What is public/private protected in java?
Can we create more than one object singleton class?