programming languages Online Quiz - 72
Description: programming languages Online Quiz - 72 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
One can add custom method and properties to objects in javascript without using prototype as well.
parseJSON is a standard function available in javascript like alert, eval and others.
Does hibernate allow mixing table-per-class hierarchy and table-per-subclass strategies?
Which statement is correct ?
What does session.evict() method do ?
Which statement is correct?
It is possible to re-load an object and all its collections at any time, using the xxxx() method. This is useful when database triggers are used to initialize some of the properties of the object.What is the xxxx() method ?
Select the output of the following SQL statement : SELECT RPAD(name,10,'x') from client_table where name='TEST';