what is domain object
Answer / deepakkumar1887
an object information which need to persist(storing
permanently )
| Is This Answer Correct ? | 1 Yes | 0 No |
What does three dots mean in java?
What is string intern in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
Explain about java sdk?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
Can we able to pass objects as an arguments in java?
Why stringbuilder is not thread safe?
Difference between linkedlist and arraylist.
How to make class immutable
What is Exception handling in Java How do you handle run time errors please explain with an example
What is difference between fail-fast and fail-safe?
Explain a situation where finally block will not be executed?