Play Try n' Catch Flashcards

1
Q

com.mysql.jdbc.Driver

A

com.mysql.cj.jdbc.Driver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

import java.servlets.http.HttpServletRequest

A

import javax.servlet.http.HttpServletRequest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

import javax.persistence.Joincolumn

A

import javax.persistence.JoinColumn;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

localStorage.setItem(‘a’,”hey”)

localStorage.getItem(a)

A

localStorage.setItem(‘a’,”hey”)

localStorage.getItem(a)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

String Hql=”from table_name where p_Id := pid”;

A

String Hql=”from table_name where p_Id =: pid”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly