250MB free for everyone.

Sun Java Certification Information on Net

Welcome to Information on Net,
java programming

The contents of this page are intended for SCJP 1.4 exam (310-035). The Sun Certified Java Programmers Exam (SCJP) is the internationally recognized. This site includes java certification mock exams, practice tests, Frequently Asked Questions (faq), scjp2 study material and sample code created by a Sun Certified Java Programmer which makes java certification exam preparation very easy.

Earning a sun certification provides a clear demonstration of the core java scjp skills. This page is devoted to Java programmer certification, the exam which is commonly known as SCJP. The page contains links to several excellent resources for sun certification java.

Resources for java certification SCJP exam. There are mock exams and other useful java links.

For clearing SCJP tests you need to know the basics of core java. There are three variations in SCJP.

 

CX-310-025 for SCJP 1.2

Exam type - Multiple choice and short answer
Total Questions - 59
Pass score - 61% i.e. 36 of 69 questions must be answered

CX-310-035 for SCJP 1.4

Exam type - Multiple choice and short answer
Total Questions - 61
Pass score - 52% i.e. 32 of 61 questions must be answered

CX-310-055 for SCJP 1.5 / SCJP 5.0

Exam type - Multiple choice and short answer
Total Questions - 72
Pass score - 59% i.e. 43 of 72 questions must be answered

SCJP 5.0 is the latest Entry Level Certification exam provided by SUN Microsystems. SCJP 5.0 is based up on J2SE 5.0. I recommend that u should choose J2SE 1.4 as it has more resources on the web. The fee is around $150. You can buy a Voucher online and take the test at any thompson optometric center (the voucher would be valid for 1 year using which you get 20% discount).

The recommended scjp books that you need to follow are:

1. A Programmer's Guide to Java Certification
by Khalid Azim Mughal, Rolf Rasmussen

2. Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027)
Kathy Sierra and Bert Bates

Note: Below are some Useful Programming Resources. Please use "Save Link as" for pdf and doc Files.

Java Links

Beginner Java Tutorial

JDBC Tutorial

Java Interview Questions

Sun Certification Material (SCJP)

scjp khalid mughal

A Programmer's Guide to Java Certification - by Khalid Mughal and Rolf Rasmussen - very very good ebook for the exam. This one contains detailed description, and explains IO, Threads, GC etc quite well.

Complete Java2 Certification Guide


This site provides all the information you would need to prepare for Suns Certification exam (SCJP2). It provides study material, sample questions for all the topics covered in the exam, a Certification FAQ, a mock exam, and links to many other related sites.

SCJP Mock Tests (Chapter-wise)

Language fundamentals
java.lang
Declarations and Access Control
Object Oriented Programming
Exception Handling
Java AWT
Input Output
Collections
Garbage Collection
Threads

Java Programming Tutorials with Source Code

Java Numbers Tutorial (Programming Examples)
J2EE Web Application Tutorial (with source code)
Java Strings Tutorial (Programming Examples)
Java JDBC Tutorial (Java Programming Example)
Java Faqs
Java Enums
Java Coding Standards

Java Eclipse Tutorials

Eclipse Tutorial

IBM Java Tutorials (Java tutorial pdfs)

Java Collections Framework
Introduction to Java IO
Understanding the Java Class Loader
Enterprise Java Beans Fundamentals
Java Certification Success: Part 1 (SCJP)
Java Programmer Certification Notes
Java Design Patterns
XML programming in Java technology, Part 1
XML programming in Java technology, Part 3
XML programming in Java technology, Part 3
Understanding DOM
Introduction to Threads

JSP Tutorials

Introduction to Java Server Pages technology
A 26 page JSP Tutorial
JSP Basics

J2EE Tutorials

Brief note of Design Patterns
XML Programming in Java
Java Struts Tutorial

PL/SQL Tutorials

PL/SQL tutorial 1
PL/SQL tutorial 2
PL/SQL tutorial 3
PL/SQL tutorial 4

Sun Certified Java Programmer Resources

SCJP 1.4 Certification Exam Objectives
SCJP 5.0 Certification Exam Objectives
Study Notes for Sun Certified Programmer, SCJP for Java 2 Platform
SCBD Beta Exam Information and Mocks

Questions & Answers To Sun Certified Programmer for Java 2 platform (Exam 310-025)

SUN CERTIFIED WEB COMPONENT DEVELOPER FOR J2EE[tm] PLATFORM OBJECTIVES
SCJP2 Study Guide
SCJP 5.0 Tutorials by Boot
SCWCD Resources
SCEA Resources
SCJP Tutorial

Other Java Frameworks

Java Spring Framework
Java ejb architecture
Jakarta Struts
EJB Notes
Struts tutorial
Enterprise Beans Tutorial
Best Practices in EJB
JMS Notes

Java Design Patterns

Java Design Patterns

Technical Interview Questions

Technical Interview Questions
JMS Interview Questions
EJB Interview Questions

Projects

1. Java Graphics Editor

scjp mock exams

These Mock exams will get you started with some simple practice questions. Its a great way to begin your SCJP 1.4 training.

scjp testking 310-035 Mock test

Mock Exam Engine

1. Marcus Green Mock Exam 1

2. Marcus Green Mock Exam 2

3. Marcus Green Mock Exam 3

4. Java Test

5. Mock

6. Java Quiz 1

7. Java Quiz 2

8. Java Certification Mock Exam

9. SCJP Mock Exam - 1

10. Sun Certification Dumps

Eclipse Tutorials

1. eclipse1.doc : A Simple tutorial showing how to create a project and execute code.

2. eclipse2.doc : Frequently used Settings an Eclipse user should take care.

3. eclipse3.rtf : Eclipse keyboard Shortcuts.

Sun Certifications are well recognized in the developers' community. Perhaps one of the reasons why Sun Certifications are so popular is that the exams are generally viewed as fairly challenging.

SCJP: A Sun Certified Java Programmer uses J2SE technologies to demonstrate the programming competence on Java platform.

 

Free books on java


 

  • Java Language Specification: Third Edition (PDF) The book provides complete, accurate, and detailed coverage of the Java programming language. It provides full coverage of all new features added in since the previous edition including generics, annotations, asserts, autoboxing, enums, for each loops, variable arity methods and static import clauses. Downloads to Edition One and Two also available.
  • Java Native Interface: Programmer's Guide and Specification: The (JNI) enables integration of Java code with that written in other languages like C and C++. Programmers can take full advantage of the Java platform without having to abandon any previous investment in code. This book is a comprehensive guide to working with the Java Native Interface. Included are a tutorial, a detailed description of JNI features and programming techniques, JNI design justifications, and the official specification for all JNI types and functions. Important topics like Writing Native Methods, Pass Data Types between Java and Native Programming Languages, Embedding JVM Implementation in Native Applications and Leveraging Legacy Native Libraries are covered.
  • Core Servlets and JavaServer Pages (JSP) - all in PDF format
  • Thinking in Java - Bruce Eckel's renowned book
  • Advanced Programming for the Java 2 Platform - As an experienced developer on the Java platform, you undoubtedly know how fast moving and comprehensive the platform is. Its many application programming interfaces (APIs) provide a wealth of functionality for all aspects of application and system-level programming. Real-world developers never use one or two APIs to solve a problem, but bring together key functionality spanning a number of APIs. Knowing which APIs you need, which parts of which APIs you need, and how the APIs work together to create the best solution can be a daunting task. To help you navigate the Java APIs and fast-track your project development time, this book includes the design, development, test, and deployment phases for an enterprise-worthy auction application. While the example application does not cover every possible programming scenario, it explores many common situations and the discussions leave you with a solid methodology for designing and building your own solutions. This book is for developers with more than a beginning level of understanding of writing programs in the Java programming language.
  • A Java GUI Programmer's Primer - This book contains an introduction to the systematic development of Graphical User Interfaces (GUIs) using the Java environment. It does not attempt to introduce the Java language and it is assumed that the reader has some familiarity with Object Oriented Development (OOD) and its practical expression in Java. Suitable resources to assist with obtaining this knowledge are given in Appendix A. However, a brief explanation of some aspects of Java will be presented where appropriate, particularly where the aspect differs significantly from C++.
  • Java Thin-Client Programming - This redbook focuses primarily on topics such as threading, from a Java thin client programming perspective. Also, because these applications are in a multi-user environment, security issues will be covered. The use of CORBA on the network-computing environment is also introduced. Java programming issues, such as object recycling and serialization, are necessary topics to consider when dealing with client/server applications. When an application is developed under the object-oriented paradigm, an introduction to simple concepts of model/view programming techniques will help the reader. Last, but not least, the basics techniques and tools required for profile applications are presented.
  • Java Thin-Client Programming for a Network Computing Environment - IBM RedBook published in 1998, so not the latest stuff
  • Introduction to Programming Using Java - This text has more than enough material for a one-semester course, and it also suitable for individuals who want to learn programming on their own. This is the third edition of the text. It covers more material and has more examples than the second edition. It also adds end-of-chapter quizzes and solved programming exercises. Previous editions have been used in a course, Computer Science 124: Introductory Programming, at Hobart and William Smith Colleges.
  • Mastering Enterprise Java Beans Second Edition - The bestselling book about "the best thing since the Java language itself" is now completely revised and updated! Renowned authorities on Enterprise JavaBeans (EJB), Ed Roman and his team deliver an indispensable developer's perspective on what is fast becoming the dominant technology for building server-side applications. This Second Edition covers not only the latest features of the major new release of the EJB specification, EJB 2.0, but also expands coverage to include more advanced programming tips and techniques and topics of interest to enterprise developers. Readers will learn everything they need to jumpstart their EJB development, from the basics of EJB architecture to developing transactional, scalable, and secure multiuser enterprise applications.
  • Java Data Objects - The book is suitable for readers who already know the Java programming language, and wish to learn how to use JDO. No prior experience of JDBC, SQL, J2EE or XML is required. The focus throughout is on using JDO as the persistence layer in an application. A succinct introduction to J2EE is given before the finer details of JDO Integration with J2EE is explained. Naturally, readers with a strong J2EE background will be better placed to position JDO in their distributed architectures than those without.
  • Jakarta Struts Live - Jakarta Struts Live contains thorough coverage of both the Struts MVC architecture and building each of the Struts components of this architecture. You'll learn to use vital features like Tiles, the Validator, DynaActionForms, plug-ins, and internationalization. You also look at how you can leverage other open-source technologies to improve your Struts development process and experiences.
  • J2EE and XML Development - J2EE and XML are important technologies in their own right, but applications that use them together benefit from their synergy. Java and J2EE make a powerful platform for building robust application logic. XML facilitates flexible data storage and manipulation. Developers who properly use XML with J2EE develop the most powerful enterprise systems that can be built today.
  • EJB Design Patterns - The job of the EJB developer is constantly challenging, making the task of designing maintainable and scalable systems difficult without a clear set of best practices to follow. It is with this and other concerns in mind that Floyd Marinescu (Director of TheServerSide.com J2EE Community) worked with thousands of J2EE professionals on TheServerSide to put their collective knowledge together in order to build a library of design patterns, strategies, and best practices for EJB design and development.
  • Data Structures and Algorithms With Object-Oriented Design Patterns in Java - This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things: First, you must learn how the information is arranged in the memory of the computer. Second, you must become familiar with the algorithms for manipulating the information contained in the data structure. And third, you must understand the performance characteristics of the data structure so that when called upon to select a suitable data structure for a particular application, you are able to make an appropriate decision.
  • Securing Java - We hope this book appeals to geeks and grandmothers alike (not that some grandmothers aren't geeks). Although it gets technical in places, we hope the messages are clear enough that even the casual Web user comes away with a broader understanding of the security issues surrounding mobile code. We kept four groups in mind as we wrote this book: Web users, developers, system administrators, and business decision-makers. Many of the issues of mobile code security cut across these groups. As Java integrates itself into the foundations of electronic commerce, Java security issues take on more urgency.
  • JXTA - This book presents a guided tour of the JXTA platform, including all of the critical information required to begin producing P2P solutions built on top of JXTA. Reference information on each of the JXTA protocols provides an understanding of the underlying principles of P2P networking, and examples built on the JXTA reference implementation provide the hands-on experience necessary to become fluent in JXTA technology.

 

 

 


Let us know if this page contains pornographic, copyrighted, or hate content. 250Free proudly supports TheFreeSite.com