What is the difference between windows 98/2000/XP Operating
Systems?
Answer Posted / hammad rajak
i think the main reason of make the 2000 is networking and
the main reason of make winxp is files system
| Is This Answer Correct ? | 8 Yes | 21 No |
Post New Answer View All Answers
Can we write a method in JSP.If so how?
what are the differences between CONS, LIST, and APPEND
Write a program to find whether a given number is prime or not.
what is the basic and unique feature of dotnet
how pseudo column works?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
why we use abstract in awt?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
what is the meaning of without standing arrears?
Delta 5 weight scale not connect with oracle application what i can do?
can we use commit,rollback in triggers and how?
How do i find out the number of parameters passed into function?
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
iam confused among testing ,.net and java. can anybody help me.
Write a program to find factorial of a number using functions