Hi, recently i got a doubt that, What is the maximum size of memory? generally many of us know only till TERA BYTE.so what's next? i ...
Read More
Home / Archive for 2010
Simple Java Program To Find Whether Number Is Prime or Not
/* Write a program to Find whether number is Prime or Not. */ class PrimeNumber{ public static void main(String args[]){ ...
Read More
Java program to find whether given number is Armstrong or not
/*Write a program to find whether given no. is Armstrong or not. Example : Input - 153 Output - 1^3 + 5^3 + 3...
Read More
Simple java programs to generate a Triangle and Invert triangle
/*Write a program to generate a Triangle. eg: 1 2 2 3 3 3 4 4 4 4 and so on as per user given number */ class Triangle{ ...
Read More
A simple multiplication table using java
/* Program to Display Multiplication Table */ class MultiplicationTable{ public static void main(String args[]){ int num ...
Read More
basic java program to Concatenate string using for Loop
/* Write a program to Concatenate string using for Loop Example: Input - 5 Output - 1 2 3 4 5 */ class Join...
Read More
Simple java program for finding factorial of a number
/*Write a program to Find Factorial of Given no. */ class Factorial{ public static void main(String args[]){ int n...
Read More
A Basic java program for finding maximum of two numbers and min
class Maxoftwo{ public static void main(String args[]){ //taking value as command line argument. //Converting String forma...
Read More
How to setup Multiple homepages in a browser
Now i am going to give you the wonderful feature that provided by firefox and Internet Explorer.We generally set ...
Read More
RADIX SORT ANIMATED VIDEO
Watch the radix sort animated video and hope you will understand the concept. try to watch it in big screen for the getting val...
Read More
QUICK SORT ANIMATED VIDEO
In this post i am going to give you the animated video for the QUICK SORT algorithm, watch carefully. And of course values are some what...
Read More
Enterprise programming (Java EE) ppt's
Hi, Now i am posting the PPT's for the ENTERPRISE PROGRAMMING subject of ANU (NAGARJUNA UNIVERSITY). Which broadly...
Read More
An application that access CORBA service using JIDL
Aim : Write an CORBA application using JAVA IDL Required programs: IDL file(interface) for simple HelloWorld A Server class A C...
Read More
Subscribe to:
Posts
(
Atom
)