What is the Internet?
we use the public Internet, a specific computer network (and one which probably most readers have used), as our principle
Read morewe use the public Internet, a specific computer network (and one which probably most readers have used), as our principle
Read moreNow that we’ve got a bit of a feel for what the “Internet” is, let’s consider another important word is
Read moreJCA is described as a provider architecture. The primary principal in the design of the JCA has been to separate
Read moreThe derivation of the word cryptography is from Greek and means literally secret writing . Modern cryptography is still involved
Read moreIn the previous post We have discussed two parts of the world of Java, the development environment and the execution
Read moreWe have said that the JVM operates on the stream of bytecode as an interpreter. This means that it processes
Read moreOnce you have installed the Java 2 SDK, you can start creating Java source code and compiling it. Java is
Read moreThere are a number of different components to Java: 1. Development environment The Java 2 SDK contains the tools and
Read moreWhere did the name GNU/Liux come from? You’ve certainly heard of Linux before, and you may have heard of the
Read more#include <stdio.h> #include <time.h> int main() { time_t s, val = 1; struct tm* current_time; s = time(NULL);
Read more