A robust program is a program that will accept junk input and not crash.
Example: a program that accepts "pancakes" for a date input and pops up a error box or just uses a date input so that this does not happen is a robust program.
java buzzwords like simple , Secure , Portable, Object-Oriented, Robust, Dynamic, etc............
Java is popular because, it is platform independent, robust, high performance, easy to use etc.
Java is Robust it mean that java is object oriented programming in which bad program do not crash your computer. it restricts the programmers to correct and remove the errors from the program at the early stage.it is also called Robust because memory management checking is not handled by the programmer there is a mechanism scheduled memory that perform this task. Best Regards Rashid Ali Software Engineer. rashid_se@yahoo.com at facebook
The Basic data types in Java arebyteint (Integer)longdoublefloatcharshortThe String type is an object.StringTo learn more about Java go to:[http://java.sun.com/docs/books/tutorial/java/index.html]
the Java 'white paper" buzzwords: simple object oriented network savvy robust secure architecture neutral portable interpreted hight performance multithreaded dynamic
There are several courses that run from time to time. IT training company Hott lists Java programming courses in Chicago at: [url]http://www.traininghott.com/CityCourses/Chicago-IL-Java-Programming-Hands-On-Training-Course-Class-Seminar-JDK-EJB-JSP-Swing-AWT.htm[/url] Yes. There is a Java training that you can take in Chicago. There are different classes to choose from. One is called "Java Programming: A Comprehensive Hands-On Introduction". In this training you will learn how to write, compile and execute Java programs; build robust applications using Java's object-oriented features; create robust applications using Java class libraries; develop platform-independent GUIs; read and write data using Java streams; and retrieve data from a relational database with JDBC.
Java is robust because it is highly supported language, meaning that unlike C you cannot crash your computer with a bad program. Also, another factor in its robustness is its portability across many Operating systems, with is supported by the Java Virtual Machine.
Java is a programming language that has two main types: Java SE (Standard Edition): This is the core Java language that provides all the basic features and functionalities of Java. It includes the Java Virtual Machine (JVM), which is responsible for running Java programs, and the Java Development Kit (JDK), which is used for developing Java applications. Java EE (Enterprise Edition): This is a set of Java APIs (Application Programming Interfaces) and technologies that are used for developing large-scale, distributed, and enterprise-level applications. Java EE includes a variety of APIs such as Servlets, JSPs, EJBs, JPA, JMS, and many others. These APIs provide a rich set of features for developing complex and robust enterprise applications. For more information, please visit: 1stepGrow
There is no concept similar to pointers in Java. Pointers are a feature in C programming using which a programmer can access the memory. This was the cause of major catastrophic programming bugs. The creators of Java excluded this feature just to avoid such catastrophic bugs.
buzzwords are nothing but the feature of java programming and they are as follows... 1 complied and interpreted 2 platform independent and portable 3 high performance 4 Robust 5 simple 6 Secure...........
James Gosling came up with Java because he wanted a language that is 1. "simple, object oriented, and familiar". 2. "robust and secure". 3. "architecture neutral and portable". 4. "high performance". 5. "interpreted, threaded, and dynamic".
J2EE stands for Java 2 Enterprise Edition. This is the version of the Java programming language that helps programmers develop enterprise applications. Features like JSP, Servlets, Struts etc are all part of the J2EE framework and are used to create robust enterprise and web applications.