Tag: programming languages
Questions Related to programming languages
-
a) NULL
-
b) Empty Object
-
c) unrecoverable exception
-
d) None of the above
-
a) Run with root user
-
b) Run with &
-
c) Run with root user using &
-
d) None
-
Required
-
b) Not Required
-
c) None of the above
-
All of the above
-
a) a) controls how a particular SessionFactory interacts with the Data Base.
-
b) controls how a particular SessionFactory interacts with the second-level cache.
-
c) controls how a particular session interacts with the second-level cache.
-
d) None
-
a) They never releases the memory utilized
-
b) They release the memory but kernel does not use them
-
c) Since they are running
-
d) It’s a false statement
-
a) Query.list()
-
b) Query.iterate()
-
c) Both are same
-
d) None of the above
-
a) select() and poll() have no differences
-
b) poll() is event driven while select() is not
-
c) select() is event driven while poll() is not
-
d) None
-
a) remove data from in memory
-
b) remove from database.
-
c) remove from sessionFactory
-
d) None of the above.
-
a) Use filelock()
-
b) use lockfile()
-
c) Use lockfd()
-
d) use fcntl()
-
a) By using the mutable="false" attribute in the class mapping.
-
b) By using the ismutable="false" attribute in the class mapping.
-
c) By using the ismutable="no" attribute in the class mapping.
-
d) None