Friday, June 3, 2011

Campus hiring in America


For over two decades Wipro Technologies has been a leading provider of Information Technology, Business Process Outsourcing and Product Engineering Services. During this period we have delivered strategic services that integrate business, technology and process to assist global clients in facing new marketplace challenges.


 

Monday, May 30, 2011

How to Install the Android SDK on Windows XP



To Install the Android SDK on Windows XP and Create an Application that Runs in the Android Emulator

 This tutorial shows you how to download and install Android SDK to get you started developing Android applications.



 

Sunday, May 29, 2011

ANDROID GUIDE

A platform for learning all about the Android, where one can get details of latest   Android versions and updates,   android  installation
as well as developers guide, also information about Android  API packages.



Saturday, May 28, 2011

Linux/GNU

Linux may appear different depending on the distribution, your hardware and personal taste, but the fundamentals on which all graphical and other interfaces are built, remain the same. The Linux system is based on GNU tools (Gnu's Not UNIX), which provide a set of standard ways to handle and use the system. All GNU tools are open source, so they can be installed on any system. Most distributions offer pre-compiled packages of most common tools, such as RPM packages on Red Hat and Debian packages (also called deb or dpkg) on Debian, so you needn't be a programmer to install a package on your system. However, if you are and like doing things yourself, you will enjoy Linux all the better, since most distributions come with a complete set of development tools, allowing installation of new software purely from source code. This setup also allows you to install software even if it does not exist in a pre-packaged form suitable for your system.

Introduction to Linux

A Hands on Guide
INTRODUCTION
USER INTERFACE
PROPERTIES
LINUX AND GNU 
USES OF LINUX
APPLICATIONS OF LINUX

JAVA FUNDAMENTALS

Certain concepts of java which are considerably the basics of java are the concept of strings, serialization, synchronization, threads, method overriding, method overloading, multiple inheritance are discussed.

Core Java Interview Questions

Core Java deals with the basics of java which is  increasingly used for middleware applications to communicate between Server and clients. Java has features such as multithreading, portability and networking capabilities. Changes in the java library made java as a favorite programming language for developers it added functionality to their scripts.