Does netbeans need jdk?
Answer / Om Prakash Bharti
Yes, NetBeans needs Java Development Kit (JDK) to function properly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is class path in java?
Is java singleton thread safe?
What is jpa project?
What is custom tag in java?
why the sleep method does not leave the lock and wait method leave the lock
What is savepoint in java?
What is java web application?
What is jdk jre and jvm?
What type of parameter passing does java support?
What is war file in java?
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.
What happens when the parent process of a child process exits before the child ?