Author Archives: Help_adm

Basic Syntax of Java

When we consider a Java program, it can be defined as a collection of objects that communicate via invoking each other’s methods. Let us now briefly look into what do class, object, methods, and instance variables mean. Object − Objects have states and behaviors. Example: A dog has states – color, name, breed as well as… Read More »

Environment Setup In Java

In this chapter, we will discuss on the different aspects of setting up a congenial environment for Java. Local Environment Setup If you are still willing to set up your environment for Java programming language, then this section guides you on how to download and set up Java on your machine. Following are the steps… Read More »

Java Overview

Java programming language was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems’ Java platform (Java 1.0 [J2SE]). The latest release of the Java Standard Edition is Java SE 8. With the advancement of Java and its widespread popularity, multiple configurations were built… Read More »

Introduction Of Java

This Java Tutorial has been prepared by well experienced Java Programmers for the Software Engineers to help them understand the basic to advanced concepts of Java Programming Language. After completing this tutorial, you will find yourself at a moderate level of expertise in Java, from where you can take yourself to the next levels. What is Java?… Read More »

JAVA

Introduction Overview Environment Setup Basic Syntax Object and Classes Constructors Basic Datatypes Variable Types Modifier Types Basic Operators Loop Control Decision Making Numbers Class Character Class Strings Class Arrays Date and Time Regular Expressions Methods Files and I/O Exceptions Inner classes Inheritance Overriding Polymorphism Abstraction Encapsulation Interfaces Packages Data Structures Collections Framework Generics Serialization Networking… Read More »

Weather.js

Weather.js is a jQuery plugin to find the information about weather details. A Simple of Weather.js example as shown below − <!DOCTYPE html> <html lang = “en”> <head> <meta charset = “UTF-8”> <meta name = “viewport” content = “width = device-width, initial-scale = 1”> <link rel = “stylesheet” href = “https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css”> <link rel = “stylesheet”… Read More »

Megadropdown.js

Megadropdown.js is a jQuery plugin for easy and quickly implementing of drop down menu. Example of Drop down menu as shown below − <!doctype html> <html lang = “en” class = “no-js”> <head> <meta charset = “UTF-8”> <meta name = “viewport” content = “width = device-width, initial-scale = 1”> <link rel = “stylesheet” href =… Read More »

Producttour.js

Producttour.js is a jQuery plugin for quickly and easily implementing of help guide into your website. A Simple of producttour.js example as shown below − <!doctype html> <html lang = “en” class = “no-js”> <head> <meta charset = “UTF-8″> <meta name = “viewport” content = “width = device-width, initial-scale = 1″> <link rel = “stylesheet”… Read More »

Blockrain.js

Blockrain.js is a jQuery plugin for lets you embed the classic Tetris game on your website. A Simple of blockrain example as shown below − <!DOCTYPE html> <html> <head> <meta charset = “utf-8” /> <link href = ‘https://fonts.googleapis.com/css?family=Play:400,700’ rel = ‘stylesheet’ type = ‘text/css’> <link rel = “stylesheet” href = “assets/css/style.css”> <link rel = “stylesheet”… Read More »

Checkout.js

Checkout.js is a jQuery plugin for easy to implementation of check out for e-commerce websites. A Simple of checkout.js example as shown below − <html xmlns = “https://www.w3.org/1999/xhtml”> <head> <meta http-equiv = “Content-Type” content = “text/html; charset = iso-8859-1” /> <title>Untitled Document</title> <script type = “text/javascript” src = “jquery-1.3.2.js”></script> <script type = “text/javascript” src =… Read More »