Well Prepared Notes by Experienced Faculty of Top Colleges For MCA and MBA Students.
Owner: Satishassassin
Listed in: Academics
Language: English
Tags: MCA Question Papers, MCA LAB, MCA Notes, PG, MBA
Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
0
Page Views this Month:
0
Total Unique Visitors:
21,553
Total Page Views:
34,270
Total Hits Out:
164
Latest Blog Posts for JNTU Study Materials
- MY JNTU NOTES Shifted to StormCoders.comon Aug 14, 2011 in stormcoders. myjntunotesHi Guys, We have shifted My Jntu Notes site to stormcoders.com Please Check the site For More Info ... :) http://www.stormcoders.com/ Please Visit www.Myjntunotes.blogspot.com for a better experience...
- Creating table with Constraints and Inserting data in the tableon Jun 28, 2011 in dbms notes notes on dbms sql how to make a table in sql sql notes sql notes on db db notesCreating table with Constraints: Create table EMP (Empno number (3) Primary Key, Ename Varchar2 (15) not null, Sal number (7, 2), Desg Varchar2 (15), Deptno number (2), Gender char (1) Check (Gender in (‘M’,’F’))); Output: Table Created.
- Creating Altering & Dropping of tables & Inserting rows into a tableCreating, Altering & Dropping of tables & Inserting rows into a table: Create table: Syntax: Create table tablename (colname1 datatype (size), ...
- Java program that prints all real solutions to the quadratic equationWrite a Java program that prints all real solutions to the quadratic equation ax2 + bx + c = 0. Read in a, b, c and use the quadratic formula. If the discriminant b2 -4ac is negative, display a message stating that there are no real solutions import...
- Displaying the data from the table using Select commandDisplaying the data from the table using “Select” command: SQL> Select * from student; Output: RNO NAME YEAR SEMESTER...
- Write a Java program that prints all real solutions to the quadratic equation ax2 + bx + c = 0. Read in a, b, c and use the quadratic formula. If the discriminant b2 -4ac is negative, display a message stating that there are no real solutionsimport java.util.Scanner; /** * @author SAN */ class QuadraticEquation {public static void main(String[] gcet) {try {System.out.println("**** QuadraticEquation : ax^2+bx+c=0 ****\n"); Scanner objScanner = new Scanner(System.in); System...
- JNTU MCA 2-2 Java Introduction NotesJava Programming Language: Java is a very popular and widely used programming language and it was not be an exaggeration to say it is the most widely used programming language in industry now. The reason for its wide popularity was probably the well...
- C program on a car garage simulation using de-queue (link list implementation)Suppose Satish Parking Garage contains 10 parking lanes, each with a capacity to hold 10 cars at a time. As each car arrives/departs, the values A/D (representing arrival /departure) is entered along with the car registration number. If a car is depa...
- C Program on Simulation of an AirportSimulation of an Airport There is a small busy airport with only one runway. In each unit of time one plane can land or one plane can take off, but not both. Planes arrive ready to land or to take off at random times, so at any given unit of time, t...
- C Program of towers of hanoiTower of hanoi is a historical problem, which can be easily expressed using recursion. There are N disks of decreasing size stacked on one needle, and two other empty needles. It is required to stack all the disks onto a second needle in the decreasi...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}