Nope. *rimshot*
Chat with our AI personalities
yes
java also called as platform independent.because we will use java application at any operationg system and any hardware. it not contain error. so we called java as platform independent..
A Java application can accept any number of arguments from the command line. This allows the user to specify configuration information when the application is launched.The user enters command-line arguments when invoking the application and specifies them after the name of the class to be run.
Can be run on any platform or operating system. Ex: Java
a Java application is a program written with the very popular porgramming language (Java). the Java programs can run on any operating system (windows,linux,mac...etc) and also it can be run on mobile devices too. in order to the java application to run,it needs to have JRE(Java Runtime Enviroment)installed on the device that it will run on.