JAVA
#1

[attachment=11316]
JAVA Is an object oriented, multithreaded programming language developed by the SUN Microsystems in 1991.
The popularity of java is beacause of 3 key elements: -
1) Applets.
2) powerful programming construct.
3) Rich set of objects.
When a program is compiled, it is translated into machine code that specific to the processor.
In the java development environment there are 2 parts: -
1) Java Compiler
2) Java Interpreter
The java compiler generates Bytecode. Bytecode is a set of instruction that resemble machine code but are not specific to any processor instead of machine code.
The Interpreter executes the java program.
In order to write a java program, an Editor, a Java Compiler and a Java Runtime environment are needed
The Editor can be a Notepad, Wordpad, MS-DOS editor. The easiest way to get a Compiler & Runtime environment is to dowmload Sun's Java Development Kit.
This provides utitlity functions in addition to classes that support networking, common internet protocls & user interface toolkit functions.
Features of JAVA
1) Simple & Powerful:
-
Java was designed to be easy for the professional programmers to learn & use effectively. Unlike other programming languages provides many complicated ways to perform a simple task. Java provides a small number of clear ways to achieve a given task.
Anyone can master java with a little bit of programming experience. If the user already knows Object oriented programming, then learning java will be much easier.
2) Secure: -
People feel that conducting commerce over the internet is not so safe because of viruses & system hackers. To overcome all this fears java provides safety & security.
Using java compatible browser, anyone can safely download java applets without the fear of viral infection.
3) Potable: -
Many types of computers & operating systems are in use throughout the world & are connected to the internet. Java is portable through different platforms connected to the internet.
4) Object Oriented: -
The object model in java is simple & easy to extend.
5) Robust: -
Java virtually rectifies the problem of memory management by managing memory allocation & automatic memory deallocation by providing garbage collection for unused objects. Java also handles exceptional conditions by providing exceptional handling.
6) Multithreaded: -
Java supports Multithreaded programming, which allows the user write programs that perform many functions simultaneously.
7) Architectural-neutral: -
The main goal of java is "Write once; run anywhere, anytime, forever" and as a result JVM was developed.
Since java is a architectural-neutral the JVM generates bytecode that resembles machine code, and are not specific to any processor.
8) Distributed: -
Java is designed as a distributed language for creating applications on networks. It has the ability to access both data & methods. Java applications can open & access remote objects on internet as easily as they do in a local system.
public static void main(String args[])
Public: - It is an access specifies that declares the main() as unprotected & therefore making it accessible to all other classes.
Static: - It declares this method as one that belongs to the entire class & not a part of any objects of the class. The main method must always be declared as static since the interpreter uses this method before any objects are created.
Void: - It states that main method does not return any value.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: wordpad,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  projects in core java project topics 6 16,127 16-01-2018, 11:15 AM
Last Post: dhanabhagya
  Steganography implemented in Java science projects buddy 14 12,170 24-05-2016, 10:15 AM
Last Post: dhanabhagya
  STUDENT INFORMATION SYSTEM IN JAVA project topics 14 10,606 19-08-2015, 11:28 PM
Last Post: Guest
  mini projects in java project topics 7 18,788 01-05-2015, 04:18 PM
Last Post: seminar report asees
  application projects in java and vb.net (titles and topics) project topics 1 5,497 28-11-2012, 01:11 PM
Last Post: seminar details
  Energy-Efficient Routing in Mobile Ad Hoc Networks: Mobility-Assisted Case (Java) project topics 1 1,756 12-11-2012, 12:42 PM
Last Post: seminar details
  Net Auction java based project report project topics 2 3,699 01-11-2012, 12:59 PM
Last Post: seminar details
  distributed applications using RMI-Java model. seminar class 1 1,478 31-05-2012, 12:29 AM
Last Post: Guest
  Java based Data Mining Project Ideas electronics seminars 1 4,048 10-03-2012, 03:21 PM
Last Post: seminar paper
  Webgrabber (Using Java or .NET) project topics 5 3,823 27-02-2012, 10:51 AM
Last Post: seminar paper

Forum Jump: