Why is boolean important?


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

Post New Answer

More Core Java Interview Questions

What are the different data types in java?

0 Answers  


we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.

0 Answers  


What is the arraylist in java?

0 Answers  


when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.

2 Answers  


What are the legal parameters?

0 Answers  






What is main difference between variable and constant?

0 Answers  


can we access the method of class without creating the object of the class

3 Answers  


Why we use methods in java?

0 Answers  


Does garbage collection occur in permanent generation space in jvm?

0 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,


In real time project which driver did u use? What is the main functionality of the Prepared Statement?

3 Answers   Photon,


Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.

0 Answers   Amdocs,


Categories