(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 :
...
Wednesday, 6 April 2016
Saturday, 2 April 2016
02
Apr
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
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...
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
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...
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...
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...