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
What is predicate in java?
What is the purpose of the file class in java programming?
What is the use of java?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Why method overriding is used?
How would overload a function based on return type?
How will you reverse a link list without using recursion?
what is comparable and comparator interface?
Why do we use bufferedreader?
What is the use of keywords in java?
Is class is a data type?
Difference between final and effectively final ? Why is effectively final even required ?
Is array an object in java?
Is age discrete or continuous?