JAVA is compiled into the byte code and then it is interpreted to machine code. JAVA Byte Code: Java...
Continue reading...Learn2Done
JAVA Components
JAVA Platform: It is a collection of programs that help programmer to develop and run Java programming application efficiently. It includes...
Continue reading...JAVA Features
Easy to learn and use programming language. Write code once and run on almost any computer platform. Java is platform...
Continue reading...JAVA Uses
For developing Android Apps. To create Enterprise software, i.e. banking software. Mobile Applications. Web – based Applications. Scientific Applications. Gamming...
Continue reading...JAVA History
It was initially called ‘Oak’ by James Gosling. Originally, it was developed for handling portable devices and set-top boxes. Oak...
Continue reading...C Loops
Loop: Loop are used to execute a statement or a set of statement either a specific number of time or...
Continue reading...C Control Statements
C has three major control statements:- if statement, if – else statement, and Switch statement. if Statement:- The statement inside...
Continue reading...C++ Exception Handling
Exception handling is the way to handle the unexpected circumstances like runtime errors. So when the unexpected circumstance occurs, the...
Continue reading...C++ File Handling
In C++, for working with files we use the fstream library. For using the fstream library include both and header...
Continue reading...HTML Features
It is a very easy and simple language. It can be easily understood and modified. It is very easy to...
Continue reading...