Is age discrete or continuous?


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

Post New Answer

More Core Java Interview Questions

What is thread start?

0 Answers  


What access modifiers can be used for methods?

0 Answers  


What is the difference between throw and throws keywords?

0 Answers  


Tell us something about different types of casting?

0 Answers  


What is stringbuffer in java?

0 Answers  






What is the final access modifier in java?

0 Answers  


What is encapsulation? Elaborate with example?

1 Answers   BMC,


Can a function return a function?

0 Answers  


What are strings in physics?

0 Answers  


What is hash in java?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


how to create multithreaded program? Explain different ways of using thread? : Java thread

0 Answers  


Categories