What services that container provides?
Answers were Sorted based on User's Feedback
Answer / mahesh
Container manages lifecycle,security,transactions,request
and responses etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
transaction management
persitence
JNDI support
| Is This Answer Correct ? | 0 Yes | 0 No |
What is this keyword used for?
Can I have constructor in Interface?
How do you end a program?
Is stringwriter thread safe?
Can we inherit a class with private constructor?
What is the function of log?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Explain about features of local inner class?
Can we call the run() method instead of start()?
What is core java used for?
How to synchonise HashMap
Tell me the latest versions in java related areas?