Explain Java Environment?

Java environment includes a large number of development tools are part of the system known as Java development kit is the classes is methods are part of the Java standard library (JSL) also known as application programming interface (API).

Java development kit (JDK) :

*
JDK contains collector of tools that are used for developing is running Java programs.

*
Appletviewer ® To run Java applets.

*
Javac ® Java complies (translates Java source code to byte code)

*
Java ® Java interpreter (runs applets is applications by interpreting byte code files)

*
Javap  (Java disassembler) ® gives program description.

*
Javad ® header files.

Application Programming Interface :

Java standard library or (API) contains hundreds of classes & methods grouped into several functional packages.

1.
Language support package :

A collection of classes & methods required for implementing basic features of Java.
Java.long.*; 

2.
Utilities package : 

A collection of classes to provide ability function functions such as date & time functions.
Java.util.* ;

3.
Input Output package :

A collection of classes required for input & output manipulation.
Java. io.*;

4.
Networking package : 

 A collection of classes for communicating with other computers via internet.
Java.Net. * ;

5.
AWT package

Abstract window to classes that implement platform independent graphical user interface. Java.awt.*;

6.
Applet package :

This includes a set of classes that allows as to create java applet.
Java.applet.*;

Related

Final variables and methods in Java

final variables and methods( ): All methods and variables can be overridden by default in subclass. If we wish to parent the sub classes from overriding the members of the super class, we can decl...

Differences between String class and String Buffer class?

Differences between string class and string buffer class: String objects are immutable and string buffer objects are mutable. Methods to manipulate the data are not available in string class. th...

Write about Variable size arrays in Java?

Variable size array: Java treats multidimensional array as “arrays of arrays”. it is possible to declare a two–dimensional array as follows: int x[ ] =new int[3][ ]; x[0]=new...

Post a Comment

emo-but-icon
:noprob:
:smile:
:shy:
:trope:
:sneered:
:happy:
:escort:
:rapt:
:love:
:heart:
:angry:
:hate:
:sad:
:sigh:
:disappointed:
:cry:
:fear:
:surprise:
:unbelieve:
:shit:
:like:
:dislike:
:clap:
:cuff:
:fist:
:ok:
:file:
:link:
:place:
:contact:

item