Skip to main content

Posts

Showing posts with the label Basics

How to setup your own technical lab?

If you are doing some technical training and for practice depended on institute's lab. Then this post would be very much helpful for you. I've prepared two videos for this and both are available on my  you tube channel , I've explained each and every step in detail. Please check and feel free to comment and revert in case of issue and suggestions. PART -1 -  https://www.youtube.com/watch?v=9j4KvjHyzxc&t=96s PART -2 -  https://www.youtube.com/watch?v=T4ljH9dYfNY&t=68s Download ISO -  https://drive.google.com/uc?id=0B9ZGwX0D1ZA1UmJFWEYyamRMLTQ&export=download

How to execute a java program

Basically a java program execute in two steps .....In first step it's interact with compiler after this in second step it's interact wit  Interpreter :-    As shown in fig:-

Starting with java

 Types of java program :- There are two types of  java program 1.Applets :- {Program that are embedded in a web page ( HTML). 2. Application :-Program that are written for a specific application and run on any machine that supports java.     Now the Application program can be further divided into two parts :- (A) Console Application :- Program that support I/O in text format ( Like C/C++). (B)  GUI Application :- Programs that can create and manage at multiple windows and GUI provide mechanism of a window based program