Recent Posts

Responsive Ads Here

Wednesday, 6 April 2016

06 Apr

Identifiers in Java ,General examples for identifiers in java

(adsbygoogle = window.adsbygoogle || []).push({});  Technical Description:- A name in a java program is called identifier. It can be class name or variable name or method name or label name. We can not  set or retrieve value without knowing identifiers. Example :        ...

Saturday, 2 April 2016

02 Apr

Features of java

                   Features of a language are nothing but the services or facilities or functionalities provided by language to the industry programmers . 1.Simple 2.Platform Independent 3.Architecture Neutral 4.Portable 5.Multi threaded 6.Distributed 7.High...

Tuesday, 22 March 2016

22 Mar

Count days between two days through javascript

In real time applications this scenario is very important for counting days between two selected days.Here I have taken Start Date and End Date for counting days between start date and end date.For that I have taken two input fields as type date with ids as “startDate” ,”endDate”. General Scenario: Suppose in...
22 Mar

count days between two dates through Jquery

In real time applications this scenario is very important for counting days between two selected dates. Here I have taken Start Date and End Date for counting days between start date and end date.For that I have taken two input fields as type date with ids as “startDate” ,”endDate”. General Scenario : Suppose...

Saturday, 5 March 2016

05 Mar

What is Path and Class Path in java ?

To run and compile java programs, we need an Environment.JDK provide java environment through PATH and CLASS PATH either command-line (or) Environment variables. Command line for Temporary setting,environment variables for Permanent setting  paths. PATH :- PATH is where all Java libraries ,supported jars like...
05 Mar

How to Set Path and class path

There are two ways to set PATH and CLASS PATH in two ways                  1. Temporary (Command Line)       2. Permanent (Environment Variables) 1.We can set Path and ClassPath through command line Go to C Drive and find where JDK is installed...
05 Mar

What is Java Run time Environment (JRE) ?

Technical Description:-The Java Runtime Environment is the part of JDK.JRE provides the minimum requirements for executing a Java Applications.JRE consists of the JVM (Java Virtual Machine), Core classes and supporting files. Note: you can find JRE folder in Java Development Kit (JDK) General Description: - Suppose...
Page 1 of 3123Next