This essay developed out of conversations I've had with several other programmers about why Java smelled suspicious. It's not a critique of Java!
Sycorax - complete tutorials
Programming Tutorials
" Java provides the industry - software companies and customer alike , an opportunity to create a true open computing environment where software is portable,
and customers benefit from increase competition. "
Java and the Future
December 1, 2008-LEJB 3.1: EJB New and Improved!
The EJB 3.0 specification was a huge improvement from what you were used to in the early versions of EJB. Available as an early draft, EJB 3.1 has many more features and is even easier to use.
December 1, 2008-Should Java Assert that Network I/O Can't Occur on the UI Thread?
Doing network I/O on the user interface (UI) thread is bad. Most developers know that and can tell you why; unfortunately, it's still done.
Register now to recieve special alert and latest technology news!
Introduction to Java -In this section you will learn what is java, how it is developed means the history of java.
Getting Started with Java - What is java .
Basic Language Elements In this section will learn basic language elements like identifiers, keywords etc.
Numeric Promotion - This section will provide details of numeric promotion and different types of numeric promotion with example code.
Writing and Executing a Java Program - How to write a simple program and then how to compile it and run it.
OBJECT-ORIENTED PROGRAMMING - This section contains is-a, has-a relationship and cohesion , coupling etc.
Conversion of Primitive Data Types - Both narrowing and widening conversion of primitive data types. Some example is also there.
Flow Control - Different looping constructs-if, if-else, for, while, and do. Some example is also there.
Interfaces - What is an interface. How to declare an interface and use it. Some example is also there.
What will be the java file name - In this section will will learn what will be a file name in java. Is it same as the class name or any other name.
How to run a program with out main method - This section describes how to run a program with out main method.
Method Overloading - what is method overloading , rules for method overloading, example code.
Method Overriding - what is method overriding, rules for overriding, example code.
Difference Between Method Overloading and Overriding - Difference between methodoverloading and overriding
Writing and Using Interfaces - what is an interface, how to create an interface and how to use it.
Packages In Java - what is a package, how to create a package, how to import a package and static import.
Wrapper Classes In Java - Describes about wrapper classes, convert from different type to wrapper and wrapper to other types..

