What is set and get methods in java?


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

Post New Answer

More Core Java Interview Questions

What is meant by JVM ?

6 Answers  


What are the characteristics of Final,Finally and Finalize keywords.

0 Answers   Flextronics,


Is .net better than java?

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,


What is sortedmap in java?

0 Answers  


What are new features introduced with java 8 ?

0 Answers  


How do you do descending order in java?

0 Answers  


If an application has multiple classes in it, is it okay to have a main method in more than one class?

0 Answers  


Why are the destructors for base class and derived class called in reverse order when the program exits

0 Answers   HCL,


What is anti pattern in java?

0 Answers  


What do the thread?class methods run() and start() do?

0 Answers  


What do u mean by variable?

0 Answers  


Categories