Multi Choice Questions On Operating System Part – 4
15. SYS command is used to a. Copy DOS system files to new disk b. Copy DOS configuration files to a new disk c. Update the DOS system files d. None of above 16. The command used to copy a file named...
View ArticleHow to Export WAR file from Eclipse to Tomcat
To export WAR file from the Dynamic Web Project in Eclipse, Follow below steps: Now select the destination where you want to deploy the WAR file; in our case, it will be Tomcat‘s “webapps” directory....
View ArticleJava Application in One JAR
Wouldn’t it be nice if you could just wrap up all your classes into one big executable, and run it? Well the Java2 Runtime Environment has a way of doing this using a JAR launcher. If you bundle your...
View ArticleBasic I/O in Java
I-O All input/output in Java is done using streams. Streams A stream is an abstract representation of input or output device that is a source or destination for data. A stream is a logical entity that...
View ArticleMulti Choice Questions On Operating System Part – 2
14. While working with MS-DOS, which command is used to rename a file named file1.doc to file2.doc from a different directory called dir1? a. Ren2.doc dirfile1.doc b. Ren file1.doc file2.doc c. Ren...
View Article