What is boolean strategy?


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

Post New Answer

More Core Java Interview Questions

How to initialize an Applet ?

9 Answers   TCS,


what type of questions asked for barclays technologies pune please send urgent

0 Answers  


Explain java coding standards for variables ?

0 Answers  


Where is core java used?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  






What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?

0 Answers   PUCIT,


What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

0 Answers  


What is java basic concept?

0 Answers  


Where are the card layouts used?

0 Answers  


What is boolean logic?

0 Answers  


What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?

0 Answers  


Which is better ascii or unicode?

0 Answers  


Categories