What is an example of a boolean?


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

Post New Answer

More Core Java Interview Questions

what is the purpose of class "Object" which is base class for all classes?

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


How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?

1 Answers   TCS,


What about method local inner classes or local inner classes in java?

0 Answers  


Can we convert stringbuilder to string in java?

0 Answers  






why using interface interface ?

0 Answers  


what is the diffrence between class and object?

5 Answers  


what do you mean by marker interface in java?

0 Answers  


How do you remove duplicates in java?

0 Answers  


Difference between prefix and postfix forms of the ++operator?

3 Answers  


Tell us something about an iterator.

0 Answers  


What are the different types of methodologies?

0 Answers  


Categories