What is parameters example?


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

Post New Answer

More Core Java Interview Questions

What is an object in java?

0 Answers  


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


Is array size fixed in java?

0 Answers  


Explain about interthread communication and how it takes place in java?

0 Answers  


if num=687; U have to get num=6+8+7;

4 Answers   CMC,


what is the use of abstract class?

3 Answers   Amdocs, Atos Origin, Invictus,


what is nested class in java?

0 Answers   IBS,


What are the 4 versions of java?

0 Answers  


Explain the importance of import keyword in java?

0 Answers  


What are keywords in programming?

0 Answers  


Explain about interrupt() method of thread class ?

0 Answers  


How to eliminate duplicates from an array?

6 Answers   ABC, AdMod, Adobe, College School Exams Tests, Patni, Wipro,


Categories