Question 101

Given:
/code/a/Test.java
containing:

and
/code/b/Best.java
containing:
package b;
public class Best { }
Which is the valid way to generate bytecode for all classes?
  • Question 102

    Given:

    Which two are secure serialization of these objects? (Choose two.)
  • Question 103

    Which code fragment compiles?
  • Question 104

    Given:

    executed with this command:
    java Main one two three
    What is the result?
  • Question 105

    Given:

    And the command:
    java Main Helloworld
    What is the result ?