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 volatile data type?
How is the marker interface used in Java?
what is mutual exclusion? : Java thread
How to create a base64 decoder in java8?
What is meant by vector class, dictionary class, hash table class, and property class?
Why java is a platform independent? Explain
Can a top level class be private or protected?
What is Major and importance difference between for and foreach loop ?
what is a working thread? : Java thread
Does java support Operator Overloading?
Is null a string?
What is json parser in java?
Difference between a class and an object?
What do you understand by the term singleton?
What is stack example?