• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Is that graphics in syllabus

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai freinds is that graphics is in syllabus,I came to know that
applets,swing is not there.Thanks
Did any one find questions in graphics? (in real exam)
Thanks
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ramesh,
what do you mean by graphics? Graphics class? Or do you mean awt & paint?
Though painting is not in the objectives, you may get questions from painting. Components and Layouts are part of the objectives.
Hope it helps,
Suresh.
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are right Swing is not the part of SJCPE..
Wali
 
Rancher
Posts: 241
Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The properties specific to applets are not on the test but you should know where applets are in the component hierarchy.
Eric
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Eric Barnhill:
The properties specific to applets are not on the test but you should know where applets are in the component hierarchy.
Eric


Does that imply that components are in the exam. I've looked through the objectives and there seems to be no indication of GUI components like menus etc being part of the exam. However, I have seen 'mock' exams including questions about fonts, colors, panels etc.
Has anyone got experience of being tested on these subjects??

 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is very likely you will get some questions related to the java.awt package on the test. I was highly surprised to get a question on GridBagLayout! Events, listeners, etc may show up too.
If you intend to get proficient in Java you will need to work with the AWT components anyway so jump right in.
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by William Brogden:
It is very likely you will get some questions related to the java.awt package on the test. I was highly surprised to get a question on GridBagLayout! Events, listeners, etc may show up too.
If you intend to get proficient in Java you will need to work with the AWT components anyway so jump right in.



Thanks William. I do however disagree slightly with your last point. I've been comercially involved with server-side java for some time (Servlets, JSP, EJB etc) so proficiency in client (GUI) -side Java does not really mean much to me. I do feel that maybe the AWT components should not be part of the exam because it is more an API (like Servlet API etc) rather than core language... Maybe this is a throwback to when Java just meant Applets?...... Of late, Java has got more of a stranglehold on component based, server-side Enterprise computing.
Thanks again,
Richard
 
reply
    Bookmark Topic Watch Topic
  • New Topic