Java

Java Articles

Java licensing - The basics

articles: 

Java licensing is still something that many organizations are struggling with.
We also see that Oracle is asking customers before they purchase licenses
that they are correctly licensed.

I want to write a easy guide for how to manage and review Java licensing.

There has been two major changes to Java licensing.
2019 Oracle made public updates not available to the public, that means
that customers who wants to have security updates for java 8 would
require to purchase a subscription / license from Oracle.

Selenium Webdriver Online Training with Java Tutorial

articles: 

Selenium WebDriver is a website robot framework that allows you to implement your assessments against various windows, not just Opera.

Selenium WebDriver also allows you to make use of a coding language in developing your examination texts (difficult in Selenium IDE).

It's simple to employ conditional operations like if-then-else or change-event
You can also accomplish looping like do-while.
Following development languages are recognized by Selenium WebDriver:

Java SE 7 OCA Training Guide

articles: 

EPractize Labs Software, an emerging global provider for Java Certification Preparation released world’s first exam study guide (Training Lab) for Oracle Certified Associate, Java SE 7 Programmer certification. Download your FREE copy today and empower your preparation.

Oracle offers variety of Java Certifications for all Java Editions (Java SE, Java EE and Java ME). Oracle Certified Associate, Java SE 7 Programmer certification provides basic knowledge required to develop a Java application.

What is EPractize Labs Java SE 7 OCA Training Lab?

Java EE 6 EJB OCE Certification Training Lab

articles: 

Oracle offers variety of Java Certifications for all Java Editions (Java SE, Java EE and Java ME). Oracle Certified Expert, Java Platform, Enterprise Edition 6 Enterprise JavaBeans Developer (Formerly Sun Certified EJB Developer for the Java EE6 Platform (SCEJBD 6)) certification provides knowledge required to develop Java EE 6 Enterprise applications using EJB.

What exam I need to pass to achieve OCE for Java EE 6 EJB Developer Certification?

Saikat Goswami's picture

Introduction to Tomcat 5.0 --- the Open-Source servlet container of choice

articles: 

Tomcat is the de-facto web server of choice. Written entirely in Java, you have access to the entire code (if you want to make changes). Read to get an introduction to Tomcat, where to download, how to install it on your machine and know about the xml files of importance.

Saikat Goswami's picture

JDBC 3.0 Part III - Connection Pooling

articles: 

Making database connections are expensive in terms of machine resources. In this article, we will examine how a number of connections can be cached in a pool, and then used for accessing the database.

Saikat Goswami's picture

JDBC 3.0 - Part II: : Transaction Fundamentals

articles: 

This article explores the fundamentals of a transaction, in the context of JDBC, Enterprise Java Beans and a database.

Saikat Goswami's picture

JDBC 3.0 - Part I

articles: 

This article is the first of a series. In this series, we will discuss all the good things JDBC® 3.0 package has to offer. JDBC API provides a programmatic way of accessing data from Java code. Even though non-relational data can be accessed, the goal of JDBC and the technology revolves around accessing relational data. The JDBC is packaged in the java.sql and javax.sql packages.

Saikat Goswami's picture

Introduction to Java Database Connectivity

articles: 

In this article, we discuss the different ways in which Java can communicate with a database. We will talk about the traditional different kinds of drivers and also discuss some code to connect to a database in order to run queries.

Saikat Goswami's picture

HTTP Basics, Web Server, Servlet Container and the Java Servlet API

articles: 

This article tries to demystify HTTP, "servlet", "web server", "application server", "servlet container" and gives the fundamentals of the Java Servlet API (that comes with the J2EE SDK).

Pages

Subscribe to RSS - Java