What is == mean?
No Answer is Posted For this Question
Be the First to Post Answer
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?
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.
What is oop principle in java?
What is the abstract class?
What is assembly condition codes?
What is hash in java?
Explain about static nested classes in java?
What is the method used to get the absolute value of a number?
where can we get jAVA project orientation traing in HYDERABD
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
Can we serialize static variables in java?