what is the use of bean managed and container managed with
example?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use/perpose of having a method antive?
What are data types in oop?
what is the difference between String and StringBuffer classes?
Where are the local variables stored?
What are heap memory and stack memory and what are memory tables.
Explain about arraylist?
Explain the use of shift operator in java. Can you give some examples?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
what is the difference between HashMap And HashTable?
What is unicode?
What will be the initial value of an object reference which is defined as an instance variable?