Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
Learn About Java Technology To date, the Java platform has attracted more than 6.5 million software developers. It's used in every major industry segment and has a presence in a wide range of devices, computers, and networks.
Java technology's versatility, efficiency, platform portability, and security make it the ideal technology for network computing. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere! Java powers more than 4.5 billion devices including:
800+ million PCs 2.1 billion mobile phones and other handheld devices (source: Ovum) 3.5 billion smart cards Set-top boxes, printers, Web cams, games, car navigation systems, lottery terminals, medical devices, parking payment stations, and more. To see places of Java in Action in your daily life, explore java.com.
Why Software Developers Choose Java Java has been tested, refined, extended, and proven by a dedicated community. And numbering more than 6.5 million developers, it's the largest and most active on the planet. With its versatilty, efficiency, and portability, Java has become invaluable to developers by enabling them to: Write software on one platform and run it on virtually any other platform Create programs to run within a Web browser and Web services Develop server-side applications for online forums, stores, polls, HTML forms processing, and more Combine applications or services using the Java language to create highly customized applications or services Write powerful and efficient applications for mobile phones, remote processors, low-cost consumer products, and practically any other device with a digital heartbeat Some Ways Software Developers Learn Java Today, many colleges and universities offer courses in programming for the Java platform. In addition, developers can also enhance their Java programming skills by reading Sun's java.sun.com Web site, subscribing to Java technology-focused newsletters, using the Java Tutorial and the New to Java Programming Center, and signing up for Web, virtual, or instructor-led courses. What Is JavaFX JavaFX extends your web experience by delivering rich media and content across all the screens of your life. As users, you will be able to run JavaFX applications in a browser or drag and drop them onto the desktop. It's a seamless interface!
JavaFX is close to its final release, stay tuned!
JavaFX is powered by Java: JavaFX extends the power of Java by allowing developers to use any Java library within JavaFX applications. This way developers can expand their capabilities in Java and make use of the revolutionary presentation technology that JavaFX provides to build engaging visual experiences. Highlights of JavaFX: Allows users to view JavaFX applications in a browser or break free of the browser by dragging and dropping the same application onto the desktop Enables an efficient designer-to-developer workflow with Project Nile: designers can work in their tools of choice while collaborating with Web scripters who use the NetBeans IDE with JavaFX Extends Java technology by enabling use of any Java library within a JavaFX application Allows developers to integrate vector graphics, animation, audio, and video Web assets into a rich, interactive, immersive application
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
rangaraj1987
Question subject: Re: Learn About Java
Posted: Fri May 08, 2009 10:56 am
Joined: Mon May 04, 2009 1:22 pm Posts: 11 Has thanked: 0 time Have thanks: 0 time
Trail: Learning the Java Language
This trail covers the fundamentals of programming in the Java programming language.
Object-Oriented Programming Concepts teaches you the core concepts behind object-oriented programming: objects, messages, classes, and inheritance. This lesson ends by showing you how these concepts translate into code. Feel free to skip this lesson if you are already familiar with object-oriented programming.
Language Basics describes the traditional features of the language, including variables, arrays, data types, operators, and control flow.
Classes and Objects describes how to write the classes from which objects are created, and how to create and use the objects.
Interfaces and Inheritance describes interfaces—what they are, why you would want to write one, and how to write one. This section also describes the way in which you can derive one class from another. That is, how a subclass can inherit fields and methods from a superclass. You will learn that all classes are derived from the Object class, and how to modify the methods that a subclass inherits from superclasses.
Numbers and Strings This lesson describes how to use Number and String objects The lesson also shows you how to format data for output.
Generics are a powerful feature of the Java programming language. They improve the type safety of your code, making more of your bugs detectable at compile time.
Packages are a feature of the Java programming language that help you to organize and structure your classes and their relationships to one another.
julie20099
Question subject: Re: Learn About Java
Posted: Sat May 09, 2009 7:15 am
Joined: Tue Apr 28, 2009 11:13 am Posts: 10 Has thanked: 0 time Have thanks: 0 time
Software Technology will always been in constant flux. Change will always be inevitable. So as a Java developer you need to continue to groom your career by learning new techniques and technologies. It's both a curse and a blessing. It's a blessing because Java, without a doubt, is where a lot of innovation happens. The question though is, out of the multitude of Java projects out there, which ones should we invest our limited bandwidth on? This is my attempt at answering this question.
codemiles
Question subject: Re: Learn About Java
Posted: Sun Sep 27, 2009 1:50 am
Joined: Mon Mar 26, 2007 4:07 pm Posts: 25 Location: Earth Has thanked: 5 time Have thanks: 1 time
thanks alot for the information
_________________ just walk beside me ! and be my friend .
doyoubuzz
Question subject: Re: Learn About Java
Posted: Wed Sep 22, 2010 12:44 pm
Joined: Tue Sep 07, 2010 9:18 am Posts: 30 Has thanked: 0 time Have thanks: 1 time
I am new in Java programming.... This is very useful to me.. Because some basic information which i did not know about Java is here...thanks a lot for this post.. Waiting for new updates.......
Joined: Fri Mar 04, 2011 6:25 am Posts: 1 Has thanked: 0 time Have thanks: 0 time
Interfaces and Inheritance describes interfaces—what they are, why you would want to write one, and how to write one. This section also describes the way in which you can derive one class from another. That is, how a subclass can inherit fields and methods from a superclass. You will learn that all classes are derived from the Object class, and how to modify the methods that a subclass inherits from superclasses.