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
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is jit and its use?
Can a class declared as private be accessed outside it’s package?
What is difference between array and vector?
why java does not support unsigned keyword?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
How are variables stored?
Is c better than java?
What is purpose of find feature?
How do you check if a string is lexicographically in java?
What is instance synchronization?
What is a prefix function.write down a code to compute prefix function.
Why is string buffer better than string ?
What is a substitution variable?
What is the basic concepts of OOPS?