Java Tutorials
History of Java

- 2007-12-06
- Comments
- Emiley J.
- 628
It is always a good practice to know a little bit of history and background of any technology before starting to actually use it. In fact Java has nothing to do with the 'Island Java' in Indonesia. It all started at Sun Microsystems when they were developing an application for the 'set-top box'.
Read More
What is Java?

- 2007-12-06
- Comments
- Emiley J.
- 628
A search on 'What is Java' in google returns roughly about a billipon pages. That is the popularity of Java on the web. If you haven't read the history of Java please read it first here. Java was just meant to be a portable, platform independent programming language. But over the years it has transformed into a complex platform for computing portable software across different devices and systems.
Read More
What Java Has Removed from C++

- 2007-09-15
- Comments
- Tamil Selvan
- 628
There are a number of C++ features that Java does not support. In some cases, a specific C++ feature simply didn't relate to the Java environment. In other cases, the designers of Java eliminated some of the duplication of features that exists in C++. In still other instances, a feature of C++ is not supported by Java because it was deemed too dangerous for Internet applets.
Read More
New Features Added by Java

- 2007-09-15
- Comments
- Abinaya
- 628
There are a number of features in Java that have no equivalent in C++. Perhaps the three most important are multithreading, packages, and interfaces, but there are several others that enrich the Java programming environment as well.
Read More
Getting Started with Java

- 2007-12-06
- Comments
- Emiley J.
- 628
If you are familiar with C then Java should be very familiar to you in terms of syntax. If you are a C++ programmer the Java will be easier still since Java is also purely an Object Oriented Programming without some of the features like Pointers in C++.
Read More
How Java is Organized?

- 2007-12-06
- Comments
- Emiley J.
- 628
Java has changed tremendously and included more features over the years. The first basic version of Java comprised of just six packages. A package is a collection of Java classes. Sun grouped six different packages with classes doing specific jobs. For example the 'java.io' package consists of all classes that do input output such as reading files, writing to files etc. where as the 'java.net' package consists of classes that do networking such as making a HTTP connection etc..
Read More
Converting Pointer Parameters in C++ to Java

- 2007-09-15
- Comments
- Baski
- 628
For the most part, it is quite easy to convert a C++ function that uses pointer parameters into its equivalent Java method. Since Java passes all objects by reference, sometimes the conversion simply requires the removal of C++'s pointer operators. For example, consider this C++ program that reverses the signs of a Coord object, which stores a pair of Cartesian coordinates. The function reverseSign( ) is passed a pointer to the Coord object that will be reversed. As you can see, C++'s *, &, and -> pointer operators are used to perform the operation.
Read More
Aspects of Internationalization in Java

- 2007-09-17
- Comments
- Grenfel
- 628
Internationalization involves many aspects of application development. Practically speaking, the primary goal behind all of these facets of development is to engineer a user interface -and its supporting infrastructure - that presents all UI information in a comprehensible way to local users. At a minimum, this effort involves supporting the following aspects of an application's execution:
Read More
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Java program to get location meta data from an image
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
Archived Comments
1. Muchas gracias por compartir informacion. :)
View Tutorial By: Anonymous at 2009-05-21 08:48:47
2. im having problems with showDialog(int) who can i
View Tutorial By: Samuel at 2013-06-30 05:13:38
3. How to download a pdf file from the server and sav
View Tutorial By: harsha at 2013-08-12 07:52:22
4. Thanks Steven, That is an exhaustive list of diffe
View Tutorial By: Robert at 2008-12-08 22:17:47
5. Comment: Just for future readers: (apart from the
View Tutorial By: Anonymous at 2013-05-17 08:53:20
6. can u p-lease tell me the clear idea of how to sto
View Tutorial By: osman at 2010-08-19 04:33:37
7. Thanks :)
View Tutorial By: Anuj Bhatnagar at 2015-05-06 14:02:19
8. My teacher doesnt teach me right!
View Tutorial By: Anon at 2009-02-20 07:16:08
9. Hey is there any way to export datagrid to crystal
View Tutorial By: Anu at 2009-05-08 13:11:48
10. hi i am shahid i have made SMS application in j2me
View Tutorial By: shahid khan at 2012-06-18 13:19:06