Introduction To Web Services With Java
Description : HTTP is the transport protocol of choice for SOAP; however, JMS and SMTP protocols have also been used. WSDL is used to describe the service that an external application can call. UDDI is used to publish and advertise services so that they can found and used by others. UDDI also uses SOAP as its application protocol.
OR
Java - Basic Syntax And Semantics
Description : Java is a truly object-oriented programming terminology, so any Java syntax will contain at least one class, and any Java system may be considered as a assortment of sessions. Applications may be regarded as follows:Console program programs with text-based customer interfaces, GUI-based separate program programs, GUI-based applets that obtainable over the Internet and run on any regional device within a web browser
OR
Java - Programming With A G.U.I
Description : Java GUI programming involves two packages: the original abstract windows kit (AWT) and the newer Swing toolkit. Swing components have the prefix J to distinguish them from the original AWT ones (e.g. JFrame instead of Frame).
OR
Java - Object Oriented Programming
Description : Definition of OOPs Concepts in Java. OOPs, concepts in Java are the main ideas behind Java's Object Oriented Programming. They are an abstraction, encapsulation, inheritance, and polymorphism.
OR
Java - Java’s Type System And Collection Classes
Description : The book presents techniques that can help to ensure the development of robust and maintenance-friendly programs, but also techniques needed to know in order to develop robusts programs in a modern programming language.
OR
Java - Files And Java OI
Description : This lesson covers the Java platform classes used for basic I/O. It first focuses on I/O Streams, a powerful concept that greatly simplifies I/O operations. The lesson also looks at serialization, which lets a program write whole objects out to streams and read them back again.
OR
Java - JDBC And Database Applications
Description : Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a client may access a database. It is Java based data access technology and used for Java database connectivity. It is part of the Java Standard Edition platform, from Oracle Corporation.
OR
Java - About System Development
Description : Java is a set of computer software and specifications developed by Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment.
OR
Java - Multithreaded Programs
Description : Java multithreading allows you to do multiple tasks at the same time. This is possible because modern day computers have multiple CPUs (CPUs are the brain of your computer, and it has a bunch!). One CPU can work on one Thread at a time (unless your CPUs have hyper-threading, in which case it can handle two at a time).
OR
Java - Classes In Java Applications
Description : An object-based Java application is a Java application whose design is based on declaring classes, creating objects from them, and designing interactions between these objects.
OR
Java - Graphical User Interfaces
Description : A graphical user interface (GUI) built using the Java NetBeans platform is made up of several layers of containers. The first layer is the window used to move the application around the screen of your computer. Typically for a desktop application, this top-level container will be made using the JFrame class.
No comments:
Post a Comment