how to call one program .class file in another program
Answer Posted / rakesh
one answer in now proceeding after another file also use
the program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which software is used for java programming?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is an abstract method in java programming?
What are different data structures in java?
How can we avoid including a header more than once?
How do you invoke a method?
What is the full meaning of java?
What is a nested class?
What is the main purpose of serialization in java?
What are the files generated after using IDL to java compiler?
What is overriding in java?
What is keyword auto for?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is default locale java?
What is the meaning of immutable regarding string?