What are internal and external variables?
what is AWT
what is Inheritense
What is data type example?
What is the use of :: in java?
How is tree Mirroring implemented?
What kind of variables can a class consist?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,
explain multi-threading in java?
I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
Explain the available thread states in a high-level?
What is main in java?
how we can create packages in java?