Question 186

Given the code fragment:

You want to display the value of currency as $100.00.
Which code inserted on line 1 will accomplish this?
  • Question 187

    Given the Person class with age and name along with getter and setter methods, and this code fragment:

    What will be the result?
  • Question 188

    Given the code fragment:
    public void foo(Function<Integer, String> fun) {...}
    Which two compile? (Choose two.)
  • Question 189

    Given:

    Which two changes need to be made to make this class compile? (Choose two.)
  • Question 190

    Given:
    jdeps -jdkinternals C:\workspace4\SimpleSecurity\jar\classes.jar
    Which describes the expected output?