• Menu
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

JavaBeat

Java Tutorial Blog

  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)

Certifications

OCAJP 8 – Lambda Expression / Predicate

April 5, 2015 //  by Krishna Srinivasan//  Leave a Comment

This tutorial is a preparation material for OCAJP certification exam. This covers the objective 9.5 in the OCAJP 8 exam topics (Write a simple Lambda expression that consumes a Lambda Predicate expression). The mock exams that would appear on the real exams could be simpler than the sample mock exams in this tutorial. Java is …

Category: CertificationsTag: OCAJP

OCAJP (Oracle Certified Associate Java Programmer)

March 31, 2015 //  by Krishna Srinivasan//  Leave a Comment

This page is regularly updated with latest information on OCAJP exam and provides comprehensive details about the Oracle Certified Associate Java Programmer Exam 1. If you are not finding the information which you are looking for or if you want to purchases certification exam kit, please feel free to send a mail at sales@javabeat.net. What …

Category: CertificationsTag: OCAJP

OCMJEA 6 Syllabus

February 13, 2014 //  by Krishna Srinivasan//  Leave a Comment

Application Design Concepts and Principles Identify the effects of an object-oriented approach to system design including the effect of encapsulation, inheritance, and use of interfaces. Identify how the Separation of Concerns principle applies to the component model of a Java EE application; including client, the web and business component containers,  and the integration and resource …

Category: CertificationsTag: OCMJEA, OCMJEA 6

OCPJP 7 Syllabus

February 13, 2014 //  by Krishna Srinivasan//  Leave a Comment

Java Class Design  Use access modifiers: private, protected, and public Override methods Overload constructors and methods Use the instanceof operator and casting Use virtual method invocation Override the hashCode, equals, and toString methods from the Object class to improve the functionality of your class. Use package and import statements Advanced Class Design  Identify when and …

Category: CertificationsTag: OCPJP, OCPJP 7

OCPJBCD / SCBCD 5 Exam

February 13, 2014 //  by Krishna Srinivasan//  Leave a Comment

OCPJBCD / SCBCD 5 Mock Exams: Mock Exam 1 Mock Exam 2 Mock Exam 3 Mock Exam 4 The Syllabus for the OCPJBCD / SCBCD 5 exam is : Section 1: EJB 3.0 Overview Identify the uses, benefits, and characteristics of Enterprise JavaBeans technology, for version 3.0 of the EJB specification. Identify the APIs that …

Category: CertificationsTag: OCPJBCD

OCEJWCD 6 Exam

February 8, 2014 //  by Krishna Srinivasan//  Leave a Comment

The OCEJWCD  certification provides knowledge required to develop Java EE 6 Enterprise applications using JSP and Servlets. This exam covers major improvements in Java EE 6 like web fragments, asynchronous servlet, annotations to create servlet or filter, etc. The following are the list of topics covered as part of this certification exam. Introduction to Java …

Category: CertificationsTag: OCEJWCD, OCEJWCD 6

OCEJWCD 6 Mock Exam – 7

February 7, 2014 //  by Krishna Srinivasan//  Leave a Comment

1 . Consider the following code: Which of the following lines, when inserted at //1, will ensure that an IllegalStateException is NOT thrown? Choose the one below: res.clear(); res.empty(); res.remove(); if(!res.isCommitted()) if( res.getStatus() != res.COMMITTED) 2 . Which of the following statements are correct JSP directives? <%@ page %> <%! taglib uri=”http://www.abc.com/tags/util” prefix=”util” %> <% …

Category: CertificationsTag: OCEJWCD, OCEJWCD 6

OCEJWCD 6 Mock Exam – 6

February 7, 2014 //  by Krishna Srinivasan//  Leave a Comment

1 . Which constant is used to notify the container to reevaluate the custom tag’s body? EVAL_BODY EVAL_BODY_TAG EVAL_BODY_AGAIN EVAL_BODY_INCLUDE 2 . Which of the following statements regarding the JSP action tag are TRUE? Provides translation-time instructions to the JSP engine Can be used to declare a JavaBean instance in a JSP page Can be …

Category: CertificationsTag: OCEJWCD, OCEJWCD 6

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Interim pages omitted …
  • Go to page 9
  • Go to Next Page »

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

New Features in Spring Boot 1.4

Difference Between @RequestParam and @PathVariable in Spring MVC

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Introductiion to Jakarta Struts

What’s new in Struts 2.0? – Struts 2.0 Framework

JavaBeat

Copyright © by JavaBeat · All rights reserved
Privacy Policy | Contact