Wednesday, May 27

Java_by_Khalid.chm

Khalid Mughal,Rolf Rasmussen, A Programmer's Guide to Java Certification: A Comprehensive Primer Review

Watch this item
Khalid Mughal,Rolf Rasmussen, A Programmer's Guide to Java Certification: A Comprehensive Primer
Average rating for this product is:4.5 out of 5

From 11 ratings and 2 reviews

Thumb up 100% of users recommendthis product













Download:
Java_by_Khalid.chm

http://rapidshare.com/files/174051247/Java_by_Khalid.chm

Java Programming for the Absolute Beginner

Book Details Summary: The title of this book is Java Programming for the Absolute Beginner and it was written by Joseph P. Russell, Prima Development(Editor). This edition of Java Programming for the Absolute Beginner is in a Other format. This books publish date is August 2001 and it has a suggested retail price of $29.99. There are 368 pages in the book and it was published by Course Technology Ptr. The 10 digit ISBN is 0761535225 and the 13 digit ISBN is 9780761535225.


Java Programming for the Absolute Beginner [Click for larger image]
Author: Joseph P. Russell, Prima Development (Editor)
Format: Other
Publish Date: August 2001
ISBN-10: 0761535225
ISBN-13: 9780761535225
List Price: $29.99





Download :

Java_Programming_for_the_absolute_beginner.pdf

http://rapidshare.com/files/155993061/Java_Programming_for_the_absolute_beginner.pdf

Thursday, May 21

Oracle Database

The Oracle Database (commonly referred to as Oracle RDBMS or simply Oracle) consists of a relational database management system (RDBMS) produced and marketed by Oracle Corporation. As of 2009, Oracle remains a major presence in database computing.[1]

Larry Ellison and his friends and former co-workers Bob Miner and Ed Oates started the consultancy Software Development Laboratories (SDL) in 1977. SDL developed the original version of the Oracle software. The name Oracle comes from the code-name of a CIA-funded project Ellison had worked on while previously employed by Ampex.[2]

An Oracle database system — identified by an alphanumeric system identifier or SID[3] — comprises at least one instance of the application, along with data storage. An instance — identified persistently by an instantiation number (or activation id: SYS.V_$DATABASE.ACTIVATION#) — comprises a set of operating-system processes and memory-structures that interact with the storage. Typical processes include PMON (the process monitor) and SMON (the system monitor).

Users of Oracle databases refer to the server-side memory-structure as the SGA (System Global Area). The SGA typically holds cacheinformation such as data-buffers, SQL commands, and user information. In addition to storage, the database consists of online redo logs (which hold transactional history). Processes can in turn archive the online redo logs into archive logs (offline redo logs), which provide the basis (if necessary) for data recovery and for some forms of data replication.

The Oracle RDBMS stores data logically in the form of tablespaces and physically in the form of data files. Tablespaces can contain various types of memory segments, such as Data Segments, Index Segments, etc. Segments in turn comprise one or more extents. Extents comprise groups of contiguous data blocks. Data blocks form the basic units of data storage. At the physical level, datafiles comprise one or more data blocks, where the block size can vary between data-files.

Oracle database management tracks its computer data storage with the help of information stored in the SYSTEM tablespace. The SYSTEMtablespace contains the data dictionary — and often (by default) indexes and clusters. A data dictionary consists of a special collection oftables that contains information about all user-objects in the database. Since version 8i, the Oracle RDBMS also supports "locally managed" tablespaces which can store space management information in bitmaps in their own headers rather than in the SYSTEM tablespace (as happens with the default "dictionary-managed" tablespaces).

If the Oracle database administrator has implemented Oracle RAC (Real Application Clusters), then multiple instances, usually on differentservers, attach to a central storage array. This scenario offers advantages such as better performance, scalability and redundancy. However, support becomes more complex, and many sites do not use RAC. In version 10g, grid computing introduced shared resources where an instance can use (for example) CPU resources from another node (computer) in the grid.

The Oracle DBMS can store and execute stored procedures and functions within itself. PL/SQL (Oracle Corporation's proprietary procedural extension to SQL), or the object-oriented language Java can invoke such code objects and/or provide the programming structures for writing them.


Wanna Learn :


Oracle_9i_-_The_Complete_Reference.PDF

http://rapidshare.com/files/156002230/Oracle_9i_-_The_Complete_Reference.PDF

Sun Certified Java Programmer (SCJP)

The Sun Certified Java Programmer (SCJP) exam is the entry level Java exam and is a prerequisite to a number of the other Java-related certifications. SCJP 6, designated CX-310-065 by Sun, was released in December 2007.

It is designed as a fairly detailed test of basic knowledge of the essentials of the Java programming language. It tests looping constructs andvariables, and does not cover specific technologies such as GUI creation, Web or network programming. The exam tests how well a programmer has understood the language constructs and not the programmer's capability to write effecient algortihms.

It is assessed through an automatically administered multiple-choice test system and consists of 72 questions which the candidate has 210 minutes to answer [1]. At least 47 questions are needed to be correct to pass (around 65%)[1]. The exam is taken at a Prometric test center, and to take the test a candidate must buy a voucher from Sun (approximately US$300 in the US, but £150 (excluding VAT) in the UK, AUD 316 plus Tax in Australia, Rs. 6000 plus taxes in India) and book the test at least a week in advance[1]. The test consists of multiple choice and drag-and-drop questions, the latter comprising 20-25% of the questions[1].

The SCJP 5 exam tests a candidate on knowledge of declarations, access control, object orientation, assignments, operators, flow control, assertions, string handling, I/O, parsing, formatting, generics, collections, inner classes, threads and the JDK tools[1]. The test is available in English, Japanese, Chinese, German, Korean, Portuguese and Spanish[2].

[edit]
Common Questions

Do these certification exams have a validity period?

No. Once a person clears the exam, he remains certified forever. However the vouchers have a validity period (usually six months). The exam should be scheduled and taken within the expiration date.

Can the exam be re-scheduled?

Yes. The exam date can be rescheduled as many times as wished (in most countries) within the expiration date of the voucher.

[edit]
Previous versions

There have been a number of previous versions of the SCJP. The current version, SCJP 6.0, is aimed at the JDK 6.0 release of Java. It introduces new topics covering Console, NavigableSet, and NavigableMap.

SCJP 5.0 (designated CX-310-055) was based on JDK 5. It introduced variable arguments, autoboxing, and generic types, and dropped the bit shifting topics from previous exams.

SCJP 1.4 (designated CX-310-035) was based on JDK 1.4. Compared to the previous version of the exam, SCJP 1.2, it dropped questions on GUI topics and shifted the emphasis towards core language features[3]. SCJP 1.4 features 61 questions to be answered within 120 minutes. 32 questions or more (52%) need to be answered correctly in order to pass.[4]

SCJP 1.2 (designated CX-310-025) was based on JDK 1.2, and was first live on 15 June 2000. The exam had 59 questions (both multiple choice and short answer) to be answered within two hours. The pass mark was 61 percent.[5] However, exam 310-025 has been withdrawn from the market; certified professionals can retain their certification and use the title, but this version is no longer being offered.

[edit]
Sun Certified Java Developer (SCJD)

Sun Certified Java Developer (or SCJD) is the advanced Java programmer certification level. Unlike the easier SCJP, this level is intended to verify that the participant is able to write a real-world commercial application, solving all typical problems. It is the highest qualification that Sun confirms for the Standard Edition Java programmer.

The certification consists of the practical programming task and the subsequent written theory exam. The participant must write the described application, extensively using custom file formats, distributed computing (JRMP) and advanced Swing features that are not fully accessible from the popular rapid development tools (JTable, component data models and so on). The code must be documented, and the user manual must be supplied. The task itself is written in the form of a PRD for a non-programming end user. Apart from one or two interfaces, no technical details are given.

The participant is not allowed to use CORBA, RMI-IIOP, web browsers and third party libraries of any kind, because these might make a task too easy and are also subject of other certifications. He or she is allowed to use any preferred Java IDE. There is no strict time limit for this exam. A participant in this program is expected to spend several weeks writing the program. The main disadvantage of this certification is that the participant must invest the considerable amount of work (at least several weeks) in writing that program.

It takes up two months for the certification to be approved to allow time for the source code to be thoroughly examined.

[edit]
Sun Certified Web Component Developer (SCWCD)

The Sun Certified Web Component Developer (SCWCD) certification targets information regarding Java components related to web-applications, specifically Servlets and Java Server Pages (JSPs). To achieve this certification, the candidate must pass a computer-based test available world-wide at Prometric test centers.

The SCWCD 1.4 exam covers the Java 2 Enterprise Edition (J2EE) version 1.4 code, corresponding to Servlet version 2.4 and JSP version 2.0.

SCWCD 5 was released in early 2008. The exam consists of 69 questions with 70% or above being required to pass. The time duration is 3 hours. The objectives are identical to the previous (1.4) version of the exam.

[edit]
Sun Certified Business Component Developer (SCBCD)

The Sun Certified Business Component Developer (SCBCD) certification targets information regarding Java components related to distributed applications, specifically Enterprise Java Beans (EJBs). To achieve this certification, the candidate must pass a computer-based test available world-wide at Prometric test centers.

SCBCD 1.4 exam covers Java 2 Enterprise Edition (J2EE) version 1.3 code, including EJB version 2.0.

As of 2008, the SCBCD covers the Java 2 Enterprise Edition (J2EE) version 5 code, corresponding to EJB version 3.0.

The pre-requisite for this certification is that the candidate should be a Sun Certified Programmer for Java 2 Platform (any edition).

SCBCD for J2EE version 1.3 is now no longer offered (starting February 2008). However, the upgrade exam from SCBCD for J2EE version 1.3 to Java EE version 5 is still available

[edit]
Sun Certified Developer for Java Web Services (SCDJWS)

The Sun Certified Developer for Java Web Services 5 (SCDJWS) certification exam (designated CX-310-230) is for developers who have been creating web services applications using Java technology components such as those supported by the Java Web Services Developer Pack, JAX-WS and JAXB. Other topics like XML, JSON, REST and security are covered too.

There is an older version, SCDJWS 1.4 (designated CX-310-220), which is still avaiable, but some of the covered topics are now obsolete (e.g., the JAX-RPC API has been replaced by JAX-WS).

The pre-requisite for this certification is that the candidate should be a Sun Certified Programmer for Java 2 Platform (any edition).

[edit]
Sun Certified Mobile Application Developer (SCMAD)

The Sun Certified Mobile Application Developer (SCMAD) certification targets information related to developing Mobile applications, through platform Java 2 Micro Edition (J2ME). It focuses in specifications like JTWI, CLDC, MIDP, WMA and MMAPI.

[edit]
Sun Certified Enterprise Architect (SCEA)

Sun Certified Enterprise Architect for the Java EE Platform (SCEA) certification certifies the skills of a software architect in the Java Enterprise Edition technology (formerly J2EE). Obtaining the certification requires the candidate to pass three individual stages:

  • a multiple choice exam on the basic concepts of Java EE technology
  • a UML design project involving Java EE technology
  • an essay exam regarding the design project

The multiple-choice exam can be taken at any Prometric testing center around the world. Passing of this portion is required prior to registering with Sun Microsystems for the design project, which is downloaded from a secured website. After completion of the assignment and upload to the same secured website, the candidate then sits for an essay exam, once again through a Prometric test center. As the questions on the essay exam are based on the assignment for Part II, it is advised to take the essay exam as soon as possible after submitting the assignment. (The last two steps are essentially one step since they are graded in unison.) Scores for the Part I exam are known immediately after taking the test; however, the scores for Parts II/III are only available after six to eight weeks through Sun's certification manager website.

SUN released the Java EE 5 version of the SCEA exam in February 2008, and the prior version (for J2EE 1.2) was retired on March 1, 2008. Candidates who already began work on the prior track had until the end of 2008 to complete their assignments, assuming they have purchased the vouchers prior to the retirement date. Sun has also made available an upgrade track consisting of a single, multiple-choice exam not unlike the Part I examination, for those who have the prior credential. Also, unlike the prior version, a candidate for the SCEA for Java EE 5 now must complete the Part II assignment within one year - the prior version had no time limit for the assignment.

Unlike other higher-level Java exams, this certification does not require passing the Sun Certified Java Programmer exam as a prerequisite. This is due to the different job-role an architect fills on the software development team.

Should the candidate pass, Sun will award the person the status of a professional Java architect. Unlike some other technology exams (such as MCSE), this exam and all of the other Sun Java exams does not have an expiration date.



Wanna Learn :


http://rapidshare.com/files/174086618/Sun_Java_tutorial-2008_03_14.zip