what is domain object
Answer / deepakkumar1887
an object information which need to persist(storing
permanently )
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
Can two objects have same hashcode?
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
What is unmodifiable list in java?
What is protected access modifier?
what do you mean by classloader?
What is an event?
why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?
What is the difference between the final method and abstract method?
what is class.forname() and how it will be useful ?
What is multithreading ???? How to stop multithrading in java????
what is the diffrence between class and object?