programming languages Online Quiz - 338
Description: programming languages Online Quiz - 338 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
6.) How do I get my program to act like a daemon?
Does hibernate require persistent classes to implement Serializable?
What does CacheMode do ?
7.) Why do processes never decrease in size?
If instances are not in the session or second-level cache which will give better performance?
8.) What is the difference between select() & poll()?
What does sess.delete() do?
9.) How do I `lock' a file?
How can a whole class be mapped as immutable?
10.) What is a NFS?
what does hibernate.hbm2ddl.auto create this means ?
11.) How can I tell how much memory my system has?
Employee emp = session.load(Employee .class);
28 ____ forces hibernate to bypass the setter method and access the instance variable directly while initializing a newly loaded object.
11.) How can I tell how much memory my system has?
Difference between Emp e = session.load(Emp.class) and Emp e = session.createCriteria(Emp.class) ?
12.) What is a socket
13.) What is a message queue?
14.) What is a pthred
15.) If open() is used to open a non-existent file in read-only mode what will happen