1Z0-850 試験問題を無料オンラインアクセス

試験コード:1Z0-850
試験名称:Java Standard Edition 5 and 6, Certified Associate Exam
認定資格:Oracle
無料問題数:242
更新日:2026-06-06
評価
100%

問題 1

Which package contains the classes used to create a socket?

問題 2

You need to create a class that maintains a customer's account balance. The class must allow both credits (deposits) and debits (withdrawals) to the account.
Which class correctly implements this functionality?

問題 3

Which two are true? (Choose two.)

問題 4

Which type of primitive can be assigned a new value within a conditional expression?

問題 5

Given:
1 . class Test2 {
2 . static String setMessage(String str) {
3 . return str + "How are you doing?";
4 . }
5 .
6 . public static void main(String[] args) {
7 . String str = "Hello! ";
8 . str = setMessage(str);
9 . System.out.println("str : " + str);
1 0. }
1 1. }
What is the result?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。