What are internal and external variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

what is AWT

3 Answers  


what is Inheritense

3 Answers   Tech Mahindra,


What is data type example?

0 Answers  


What is the use of :: in java?

0 Answers  


How is tree Mirroring implemented?

0 Answers   Fidelity,


What kind of variables can a class consist?

0 Answers  


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?

0 Answers  


I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?

3 Answers   KPIT,


Explain the available thread states in a high-level?

0 Answers  


What is main in java?

0 Answers  


how we can create packages in java?

0 Answers  


Categories