What does the ID selector do?
Apply the style to a specific element
Apply the style to all the elements
Apply the style to elements of the same type
Apply the style to a group of elements
In what form are style rules presented?
selector { property: value }
selector { property= value }
selector ( property: value )
selector ( property= value )
Which is the correct CSS syntax?
body {color: black}
{body;color:black}
body:color=black
{body:color=black(body}
In CSS, you have the following options for changing text color?
Common name and Hexcolor only
Common name, RBG value, Hexcolor
RBG value, Hexcolor
Hexcolor only
How do you display hyperlinks without an underline?
a {decoration:no underline}
a {underline:none}
a {text-decoration:none}
a {text-decoration:no underline}
How do you make the text bold?
font:bold
style:bold
font-weight:bold
style:strong
to which component does hibernate maps the java classes?
persistent objects
database tables
only a
both a & b
hibernate is a object relational mapping framework.
True
False
hibernate uses which class for mapping?
utility classes
Pojo
both 1 & 2
none
what are the jar files mainly used for O/R mapping?
junit.jar & connector.jar
ant.jar & hsqldb.jar
hibernate2.jar & jboss-common.jar
jdbc.jar & odbc.jar