answersLogoWhite

0

What is robust on java?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

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.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the basic of java?

java buzzwords like simple , Secure , Portable, Object-Oriented, Robust, Dynamic, etc............


What makes java popular?

Java is popular because, it is platform independent, robust, high performance, easy to use etc.


What does it mean to say that Java is Robust?

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


What are the advantages of different java datatypes?

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]


What is buzz word in java define?

the Java 'white paper" buzzwords: simple object oriented network savvy robust secure architecture neutral portable interpreted hight performance multithreaded dynamic


Is there a class I can take for Java Traning in Chicago?

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.


How is java reliable?

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.


What are the two types of java?

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


What is pointer in java?

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.


Write buzzwords in java?

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...........


Why did James Gosling come up with Java?

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".


What do you mean by j2ee?

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.