What is == mean?


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

Post New Answer

More Core Java Interview Questions

Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?

2 Answers   RBS,


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


Tell us something about set interface.

0 Answers  


What is oop principle in java?

0 Answers  


What is the abstract class?

0 Answers  






What is assembly condition codes?

0 Answers  


What is hash in java?

0 Answers  


Explain about static nested classes in java?

0 Answers  


What is the method used to get the absolute value of a number?

2 Answers  


where can we get jAVA project orientation traing in HYDERABD

0 Answers  


if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java

1 Answers  


Can we serialize static variables in java?

0 Answers  


Categories