Sunday, April 06, 2025

SHARING KNOWLEDGE EACH OTHERS!

Wednesday, December 31, 2008

scanner function(celsius convert to fahrenheit )


import java.util.Scanner;public class TemperatureConverter2{ //----------------------------------------------------------------- // using scanner to give input //----------------------------------------------------------------- public static void main (String[] args) { double celsius; Scanner...


scanner function (celsius convert to fahrenheit )


public class TemperatureConverter1{ //----------------------------------------------------------------- // change the Fahrenheit equivalent of a specific Celsius //----------------------------------------------------------------- public static void main (String[] args) { double fahrenheitTemp;...


scanner function (celsius convert to fahrenheit )


public class TemperatureConverter{ //----------------------------------------------------------------- // change the Fahrenheit equivalent of a specific Celsius //----------------------------------------------------------------- public static void main (String[] args) { final int BASE = 32;...


scanner function(simple input)


import java.util.Scanner;public class input{ //----------------------------------------------------------------- // using scanner to give input //----------------------------------------------------------------- public static void main (String[] args) { String input; Scanner scan = new...


scanner function(average)


import java.util.Scanner;public class calculationoftwoinput{ //----------------------------------------------------------------- // calculate two inputs. //----------------------------------------------------------------- public static void main (String[] args) { int mark1; int mark2;...


Using Scanner in java(convert metre into centimeter)


import java.util.Scanner;public class calculation{ //----------------------------------------------------------------- // HOW CALCULATE INPUT //----------------------------------------------------------------- public static void main (String[] args) { int meter; int centimeter; Scanner...


Sunday, December 28, 2008

database1


Data Independence Physical representation and location of data and the use of that data are separated•The application doesn’t need to know how or where the database has stored the data, but just how to ask for it.•Moving a database from one DBMS to another should not have a material effect on application...


Saturday, December 27, 2008

Java - Separators


Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in...


Java - What are identifiers?


Identifiers are used for class names, and variable names. An identifier may be many descriptive sequence of uppercase and lowercase letters, numbers, or the underscore and dollar- sign characters. They must not begin with the number. Java is a case – sensitive.GO TO CHAPTER...


Java - What are reserved words?


Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in...


Java - What are comments ?


Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in...


Thursday, December 25, 2008

CHAPTER TWO


public class sum{//-----------------------------------------------------------------// SIMPLE CALCULATION & STATEMENT//-----------------------------------------------------------------public static void main (String[] args){// see the different of using(+ for giving tatement)System.out.println ("90...


CHAPTER ONE-6


public class Tab {public static void main(String[]args) {System.out.println("1\t2\t3\t4\t5\t\n6\t7\t8\t9\t0");}}THIS IS A SIMPLE EXAMPLE OF HOW TO USE TAB (\t) COPY THIS CORD AND PAST ON YOUR TEXT PAD AND SAVE IT AS Tab.JAVA, AND THE SAVE AS TYPE IS ALL FILE.CHAPTER ONE M...


CHAPTER ONE-5


public class First_5 {public static void main(String[]args) {System.out.println("1\t2\t3\t4\t5"); System.out.println("6\t7\t8\t9\t0");}}CHAPTER ONE M...


CHAPTER ONE-4


public class First_4 {public static void main(String[]args) {System.out.println("Tamilan live in every country\n"+"But they don't have own country\n"+"They are a refugee now");}}CHAPTER ONE M...


CHAPTER ONE-3


public class First_3 {public static void main(String[]args) {System.out.println("Tamilan live in every country"+"But they don't have own country"+"They are a refugee now");}}CHAPTER ONE M...


CHAPTER ONE-2


public class First_2 {public static void main(String[]args) {System.out.println("Tamilan live in every country");System.out.println("But he dosen't own country");System.out.println("He is a refugee now");}}CHAPTER ONE M...


CHAPTER ONE-1


public class Print{//-----------------------------------------------------------------// function of print//-----------------------------------------------------------------public static void main (String[] args) {System.out.print ("Srilanka is a blood river country");System.out.print ("Majority is...


CHAPTER ONE


public class Simplestatment{//-----------------------------------------------------------------// HOW TO GIVE SENTANCE AS OUT PUT,//-----------------------------------------------------------------public static void main (String[] args) {System.out.println ("This is my first step in java programming");System.out.println...


CPU


It is stand for central processing system; it is the brain of a computer. The CPU is built by gates. Mostly it refers as processor. It has a cycle to perform a full job. To properly perform its job, the...


when I update a CPU?


It is seemed much easy to update the CPU nevertheless you must know the CPU (processor) dose it much to the motherboard. The motherboard speed and the CPU must cooperate on passing signals. This are the...


How do I monitor CPU temperature?


Too much heat damages electronics. Monitoring the temperature of CPU and other computer components keep them running appropriately. To properly use most software of this type, you will need to ensure...


What is Dual Core Technology?


The Dual core technology became with the idea of skipping on other and manages to do the both process at simulations time and the two processors are working in parallel. A dual core processor has two...


How dual-core processors work


Dual-core processors work pretty much as you'd expect them to. At their most basic, both Intel and AMD have taken two mostly (or in the case of Intel, fully) functional processor cores and joined them...


Friday, December 5, 2008

CPU


1) CPUIt is stand for central processing system; it is the brain of a computer. The CPU is built by gates. Mostly it refers as processor. It has a cycle to perform a full job. To properly perform its...


CHAPTER TWO


What are comments ?What are reserved words? Java - What are identifiers? Java - What are Separators?...


Java


SIMPLE STATEMENT OUT PUTCHAPTER ONE - 0CHAPTER ONE - 1CHAPTER ONE - 2CHAPTER ONE - 3CHAPTER ONE - 4CHAPTER ONE - 5CHAPTER ONE -...


Monday, December 1, 2008

CHAPTER 3


function(celsius convert to fahrenheit )scanner function (celsius convert to fahrenheit )scanner function(simple input)scanner function(average)Using Scanner in java(convert metre into centimete...scanner function (celsius convert to fahrenheit...


Enter your email address:

 

SOFTWARES AND PLATFORMS Copyright © 2010 LKart Theme is Designed by Lasantha