Archive for Oktober 2008
A Web Server takes a Client request and gives something back to the Client.A web browser lets a user request a resource. The web server gets the request, finds the resource, and returns something to the...
Yesterday i was designed one poster to promote my blog in occasion of two thousand visits i almost caught up after my one month on-line(at this moment my statcounter counter display 5,000 visits). So...

Inheritance involves creating new classes from the existing ones. it provides the ability to take the data and methods from an existing class and derive a new class. The keyword extends is used to inherit...

Have you updated your copy of Windows and received the "This copy of Windows is not genuine" notification. Have you ever wondered how to get rid of it?The Windows Genuine Advantage notification checks...

JAVAC.EXE"javac" is the standard compiler in JDK. "-sourcepath" specifies places where to search for source definitions of new types."-classpath" specifies places where to search for class definitions...
Why Java is The Most Popular Language now?
Jumat, 24 Oktober 2008
Posted by Unknown
Tag :
Java,
technology

Java is definitely the most popular programming language now, why? Why C,C++ and C# is not popular like Java?Every Operating system having some executable formats Eg. Windows - .exe, .cmd, .batEg. Linux...
The behavior of printf is undefined if there is insufficient no. of arguments for the format string when i am initializing a variable it print variable value, consider this:main(){int a=10;printf("%d");}ANSWER...

A modifiers assigns characteristics to the methods, data and variables. It specifies the availability of the method to other methods or classes. Variables and methods can be at any of the following access...

The Stanford WebBase project has been collecting topic focused snapshots of Web sites. All the resulting archives are available to the public via fast download streams. For example, we collected pages...