What is a return 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 a native method in java programming?

0 Answers  


What things should be kept in mind while creating your own exceptions in java?

0 Answers  


Is it possible to use Semaphore/ Mutex in an Interrupt Handler?

0 Answers   Ciena,


Why are generics used?

0 Answers  


What is the range of the short datatype?

2 Answers  






what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


Explain what is Marker interface?

0 Answers   BirlaSoft,


What is an i/o filter?

0 Answers  


Is 0 true or is 1 true?

0 Answers  


Why do we need hashset in java?

0 Answers  


When should I use a singleton?

0 Answers  


What does exp mean in math?

0 Answers  


Categories