sumaira-avatar

Explain the JAVA Stand alone Applications.

I'm preparing for my exams. Can some one provide the theory of this question.
0%

6 replies

over 13 years ago
aristocrat-avatar
"Stand alone Applications : Programs written in Java to carry out certain tasks on_x000D_ a stand alone local computer. Executing stand alone java programs involves two_x000D_ steps :_x000D_ (a) Compiling through javac compiler._x000D_ (b) Executing the byte code using java interpreter._x000D_ _x000D_ Source: http://in.docsity.com/en-docs/Object_Oriented_Programming_-_JAVA_and_VISUAL_BASIC__lecture_notes__A__SINGH"
over 13 years ago
joji-avatar
"JWS offers desktop integration - making a desktop shortcut and menu item, each using an icon if specified. The end use can double-click the desktop shortcut cut to launch the app. ( or single-click the menu item to do the same ;). "