computer bit size chart (from bit to Geopbyte ) Unknown 7 Comments 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
Simple Java Program To Find Whether Number Is Prime or Not Unknown 1 Comment /* 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 Unknown 2 Comments /*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 Unknown Add Comment /*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 Unknown Add Comment /* 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 Unknown Add Comment /* 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 Unknown Add Comment /*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 Unknown Add Comment 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 Unknown Add Comment Now i am going to give you the wonderful feature that provided by firefox and Internet Explorer.We generally set ... Read More