Answer Posted / nanda
hibernate is framework
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is resultsetmetadata in java?
Who created eclipse?
How do I export a java project?
Explain working of java virtual machine (jvm)?
In java what is the difference between sleep() and wait() .
What if I do not provide the string array as the argument to the method?
What is @override annotation in java?
Is java a framework?
What is ioexception in java?
Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.
What is use of jpa?
What is the difference between map and flatmap in java?
What is a flatmap?
Can optional be null?
In a barber shop there are 2 doors. customer come in 1 door, leave in other. minimum # of chairs. barber spend his life in cutting. always barber can cut 1 customer. few chairs in the shop. if barber busy customer waits, if chairs full, customer leave. if no customer, barber sleeps. treat barber and customer as 2 threads. you can use Semaphore class with arrive and depart and count as parameter.