• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Does SCJP 1.6 exam include questions about GUI classes?

 
Ranch Hand
Posts: 142
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a basic question. Does SCJP exam include questions about Designing Graphical User Interfaces, you know GUI classes like Buttons, frames, layout managers, Swing components etc. etc. ?

Looking at the Sun SCJP objectives at http://www.sun.com/training/catalog/courses/CX-310-065.xml,
I don't seem to find any references to GUI classes at all.

GUI classes seem to be such an important aspect of java programming, yet I am susprised that it isn't mentioned (I am not complaining though). or Am I mis reading the objectives of the exam? Any clarifications from fellow ranchers would be appreciated.

Thanks.
 
Ranch Hand
Posts: 1032
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Larry,

There are no Swing-specific objectives, and you won't encounter any questions in the exam that test your knowledge of GUI classes. There might be questions which include GUI classes (for example testing anonymous inner classes as listeners) but they won't test any GUI knowledge, they would be just used as an example.

As to why there are no GUI questions in the exam, I guess that is left for other certifications. But in my experience GUI is not the toughest part of Java (although it is a big topic due to the size of the Swing framework.) What you learn by studying the SCJP objectives will also help you understand better how GUI classes are put together.
 
Ranch Hand
Posts: 46
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No swing questions in SCJP 1.6
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The SCJD (Sun Certified Java Developer) exam includes knowledge of Swing. You'll have to be SCJP certified before you can do the SCJD exam.
 
Larry Olson
Ranch Hand
Posts: 142
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks all for clarifying. I am happy that I could skip the GUI classes for now
 
Ranch Hand
Posts: 1880
Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was in the older versions of SCJP 1.2. Later removed from the objectives.
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No GUI

SCJP 6.0 Exam Objective/Syllabus is

Declarations, Initialization and Scoping
Flow Control
API Contents
Thread and Concurrency
Collections / Generics
Fundamentals
Var-args
Autoboxing/unboxing
enum types
Files,I/O and Serializable, Dates
Class and Class Hierarchy
Static Import and Enhanced for Loop
OO Concepts
regular expressions
Inner class
Console, NavigableMap, NavigableSet
 
reply
    Bookmark Topic Watch Topic
  • New Topic