What is the private method modifier?


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

Post New Answer

More Core Java Interview Questions

ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  


what is difference between prepare stetement and callable starement with example?

1 Answers   CMC,


What is the static variable?

0 Answers  


What happens if an exception is throws from an object's destructor?

0 Answers   Amazon,


Tell us something about set interface.

0 Answers  






Explain the difference between jdk, jre, and jvm?

0 Answers  


What is keyword auto for?

0 Answers  


What is overriding in java?

0 Answers  


what is the difference between AWT and SWING what is the advantage of using swing?

3 Answers  


What is a condition in programming?

0 Answers  


What is an array and a vector? How they different from each other?

4 Answers  


What are the important features of Java 10 release?

0 Answers  


Categories