features of java

12 Java white paper Buzzwords that makes Java Special

Java was primarily developed to run on a great variety of computer systems and computer-controlled devices. It is also known as WORA (Write Once, Run Anywhere). So, the developers of the Java keep in mind to provide the users with various features that earn its popularity. These features also included in the white paper of […]

variables

Variables in Java

Variable is the reserved memory location in the main memory (RAM). It is made up of “vary + able” that means the value can be changed. The actual value in the memory location changes during the execution of the program. int number=50;  //number is the variable Java Variables A variable is like a container that […]

Data Structure and Algorithm | Reference Notes

Stack Stack is a data structure in which last element inserted is the first to come out, Last In First Out (LIFO). Static Stack is implemented with array, and pointer (end) for inserting and removing element from the array. Stack has push, pop, display methods. class stk{ int data[]; int top; public stk(){ data = new int[10]; top = […]

Unit 1: Orientation and First Steps

PHP is a popular server-side scripting language that is used to develop dynamic web applications. Here are some orientation and first steps to get started with PHP: Install PHP: The first step is to install PHP on your computer. You can download the latest version of PHP from the official website. You may also need […]

Database Management System | Notes | BIM, BBA, BIT, BCA, BSc.CSIT, BBM, BCIS,

This contents are for references purposes only. Look this content according to your syllabus. This contents covered syllabus for BBA, BIM, BCA, BSc.CSIT, BIT, BCIS, BBM, BBA-F, Computer Engineering. You can access others content from “DBMS Additional Files” Button.