placeholder image to represent content

2nd Monthly exam in CP3 (Process) 2 points each question.

Quiz by Marychie Manlutac

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
14 questions
Show answers
  • Q1
    Which among the statement below is correct?
    Java.util contains the collections of languages and different type of system.
    None of the above
    Java.util contains the collections of program for the simplification of graphical and numerical programs in the Java library.
    Java.util contains the collections framework, legacy collection classes, event model, date and time facilities.
    60s
  • Q2
    Which among the statement below is correct?
    None of the above
    A package is a techniques for classifying java classes into a folder providing an easy access to the other program
    A package is a techniques for organizing java classes into namespaces providing modular programming in Java.
    A package is a techniques for easily identifying errors in the program.
    60s
  • Q3
    Which among the statement below is correct?
    Every class in the Java application programming interface is inside a package that holds a group of related classes.
    Every class in the Java application programming interface is inside a classes that holds a group of related packages
    None of the above
    Every class in the Java application programming interface is inside a package that holds a group of related packages
    60s
  • Q4
    The acronym API is stands for?
    Application Programming Interface
    None of the above
    Application of Personal Identity
    Additional Programming Interface
    60s
  • Q5
    Which among the statement below is correct?
    Packages enable software reuse by allowing programs to import classes from other packages.
    None of the above
    Packages enable software reuse a program that has been used by the other program.
    Packages enable software to copy the program from another packages
    60s
  • Q6
    Which among the statement below is correct?
    All built- in Java classes are saved in packages
    All built- in Java classes are saved in classes
    All built- in Java classes are saved in Java Virtual Machine
    All built- in Java classes are saved in library
    60s
  • Q7
    Which among the statement below is correct?
    Scanner class is a class in java network that allows the user to read values from keyboard or file.
    Scanner class is a class in java language that allows the user to read values from keyboard or file.
    None of the above
    Scanner class is a class in java.util that allows the user to read values from keyboard or file.
    60s
  • Q8
    Returns the next token as an int.
    float nextFloat()
    long nextLong()
    double nextDouble()
    intnextInt()
    60s
  • Q9
    It closes the scanner.
    double nextDouble()
    String next()
    Void close()
    String nextLine()
    60s
  • Q10
    It finds and returns the next complete token from this scanner and returns it as a string.
    String nextLine()
    float nextFloat()
    double nextDouble()
    String next()
    60s
  • Q11
    It return the next token as a long.
    intnextInt()
    String next()
    float nextFloat()
    long nextLong()
    60s
  • Q12
    It return the next token as a float.
    float nextFloat()
    long nextLong()
    intnextInt()
    String next()
    60s
  • Q13
    It returns the rest of the current line, excluding any line separator at the end.
    String nextLine()
    double nextDouble()
    float nextFloat()
    String next()
    60s
  • Q14
    It return the next token as a double.
    String next()
    Void close()
    double nextDouble()
    String nextLine()
    60s

Teachers give this quiz to your class