how to call one program .class file in another program
Answer Posted / amit
by making package we can include one call in other program
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is static import?
Can a static block throw exception?
Can we initialize the final blank variable?
What is finally block?
What is scope & storage allocation of global and extern variables? Explain with an example
Can a class have 2 constructors?
what is synchronization? : Java thread
Explain the features of interfaces in java?
Why singleton pattern is better than creating singleton class with static instance?
What do you mean by formatting?
What is the default access specifier for variables and methods of a class?
why Java does not support multiple inheritances?
What is the statements?
Can a class with private constructor be extended?
What are thread safe functions?