• Home
  • Games
    Action-adventure Simulation Business Role Playing Sports Competition Casual Intelligence Card Strategy Music Rhythm Text Puzzle Flying Shooting Love Development
  • Apps
    Business Office Newsletter Social Life Entertainment Online Shopping Practical Tools Travel Financial Management Educational Learning Information Reading Sports and Health
  • Articles

English 中文(简体) 中文(繁体) 한국어 日本語 Português Español Русский العربية Indonesia Deutsch Français ภาษาไทย
Home Apps Educational Learning Java SCJP on Android
Java SCJP on Android

Java SCJP on Android

1
2
3
4
5
Download
  • Version 1.32
  • Category Educational Learning
  • Package Name com.dlss.scjp
  • Update Time November 23, 2025
  • Size 92.69KB
About this app

Mock exam questions to help study for the SCJP Java 6 Exam.

333 Questions to help study for the SCJP Sun Certified Programmer for Java 6 Exam.

Asks a series of multiple choice questions to help study for the SCJP Version 1.6 exam.

The questions are displayed in random batches of 10 and a score is given at the end.

If a question is answered incorrectly, the correct answer is displayed and explained. Exam tips are displayed for some of the harder questions.

An example question is

What will be the result of attempting to compile and run the following code?

abstract class Base {

abstract void amethod();

static int i;

}

public class DLSoftwareSolutions extends Base{

public static void main(String argv[]){

int[] dl=new int[10];

for(i=0;i < dl.length;i++)

System.out.println(dl[i]);

}

}

OPTIONS

1) a sequence of 10 0's will be printed

2) Error: dl is used before it is initialized

3) Error: DLSoftwareSolutions must be declared abstract

4) IndexOutOfBoundes Error

ANSWER 3

The answer is 3) DLSoftwareSolutions must be declared abstract.

A class that contains an abstract method must itself be declared as abstract.

Exam Tip

---------------------------------------------------

abstract methods must be implemented by a subclass, so they must be inheritable.

abstract methods cannot be private.

abstract methods cannot be final.

abstract methods may have parameters, a return type, and optional throws clause, but are not implemented.

abstract methods end in a semicolon-no curly braces.

A single abstract method in a class means the whole class must be abstract.

An abstract class can have both abstract and nonabstract methods.

What's New in the Latest Version 1.32

Last updated on Oct 10, 2015 Incorrect Answers fixed.
Download(92.69KB)
Users also viewed
  • Common English Phrases

    Common English Phrases

    1.3 April 17, 2026
  • Learn Math 2th Grade

    Learn Math 2th Grade

    37 April 17, 2026
  • T biz Messenger

    T biz Messenger

    1.3.3 April 17, 2026
  • Sex Dalam Islam

    Sex Dalam Islam

    1.0 April 17, 2026
  • 7shifts

    7shifts

    2024.42.1 April 17, 2026
  • Luckdraw

    Luckdraw

    2.0 April 16, 2026
  • CMAT/MH MBA-CET

    CMAT/MH MBA-CET

    1.1.5 April 16, 2026
  • JCI World Conference 2014

    JCI World Conference 2014

    1.0.1 April 16, 2026
  • IMTS 2014

    IMTS 2014

    1.0.3 April 16, 2026
  • Kids Vegetable World

    Kids Vegetable World

    1.4 April 15, 2026
  • inSitu Sales (Legacy)

    inSitu Sales (Legacy)

    3.9.4d April 15, 2026
  • FCCHD

    FCCHD

    2.2.2.1 April 15, 2026
  • Oxford Learner's Bookshelf

    Oxford Learner's Bookshelf

    5.20.1 April 14, 2026
  • G11 Physical Science Toolkit

    G11 Physical Science Toolkit

    2.1.0 April 14, 2026
  • Revive Academy

    Revive Academy

    1.5.3.5 April 14, 2026
About Privacy Policy Terms of Service Cooking Policy

© Copyright 2017-2026 downzq.com