0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

R5 春 1-1 合計:23/50

設問1 8

(1)

a:13

(2)

b:in

(3)

c:head.order_no = ?

  • 振り返り

    WHEREを記載する必要があった。

    私の回答では、構文エラーになる。SQLの問題は、頭の中で組み立てて実行し、エラーがないかしてみる必要があるとおもった。

d:// PreparedStatementの作成

  • 振り返り

    知識問題であった

設問2 15

(1)

e:orderNo

(2)

f:static

(3)

  • 振り返り

    2つのリクエストがほぼ同時に同じstatic変数を読み込んだ場合、先に設定された注文情報を後発のリクエストも読み込む事象があり、これを「レースコンディション」という。

(4)

g:

orderNo

h:

new

i:

getOrderInfoBean(OrderInfoBL.orderNo)

(5)

得意先コード

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?