I want to learn Java...!!!!! SCJP

@nxv1982 (150)
India
December 30, 2006 11:49am CST
I want to learn java . could any anyone suggest me good site or book so that i will do SCJP.
3 responses
@pintac (165)
• United States
1 Jan 07
Sun Certified Programmer for Java 5 (SCJP - Exam 310-055) by Kathy Sierra and Bert Bates is really well written and organized. The authors were also responsible for helping to create the actual exam; so the book covers all the crucial areas for your success. I passed the exam last August using mainly their book for preparation. Check out javaranch.com and play the java rules round up game: http://www.javaranch.com/game/game2.jsp Also, join the javablackbelt.com site to earn your java black belt. Great place to take some mock exams. Best of luck.
@nxv1982 (150)
• India
2 Jan 07
Thank you very much
@kirosh (81)
• Sri Lanka
18 Jan 07
I have included all the best books for SCJP 1.5 in one site pls refer to the site. http://astore.amazon.com/computer_certification06-20
• Philippines
13 Feb 07
Try to search the book written by Katherine Sierra and Bert Bates. It's a very very good book for SCJP.
@huanghaozi (1472)
• Egypt
12 Feb 07
JavaServer Pages (JSP) technology provides a simplified, fast way to create dynamic web content. JSP technology enables rapid development of web-based applications that are server- and platform-independent. ยป Read More JavaServer Pages has two subcategories: Tag Libraries JavaServer Pages Standard Tag Library JSP Technology in the Java EE 5 Platform The focus of Java EE 5 has been ease of development by making use of Java language annotations that were introduced by J2SE 5.0. JSP 2.1 supports this goal by defining annotations for dependency injection on JSP tag handlers and context listeners. Another key concern of the Java EE 5 specification has been the alignment of its webtier technologies, namely JavaServer Pages (JSP), JavaServer Faces (JSF), and JavaServer Pages Standard Tag Library (JSTL). The outcome of this alignment effort has been the Unified Expression Language (EL), which integrates the expression languages defined by JSP 2.0 and JSF 1.1. The main key additions to the Unified EL that came out of tbe alignment work have been: * A pluggable API for resolving variable references into Java objects and for resolving the properties applied to these Java objects, * Support for deferred expressions, which may be evaluated by a tag handler when needed, unlike their regular expression counterparts, which get evaluated immediately when a page is executed and rendered, and * Support for lvalue expression, which appear on the left hand side of an assignment operation. When used as an lvalue, an EL expression represents a reference to a data structure, for example: a JavaBeans property, that is assigned some user input. The new Unified EL is defined in its own specification document, which is delivered along with the JSP 2.1 specification. Thanks to the Unified EL, JSTL tags, such as the JSTL iteration tags, can now be used with JSF components in an intuitive way. JSP 2.1 leverages the Servlet 2.5 specification for its web semantics.