Saturday, January 31, 2015

how to hack a computer in LAN

Hacking a computer in LAN is a useful and an important skill to pick up. Below are instructions for getting past a password (if you find yourself logged out of a computer or want to check up on your child or spouse), gaining remote access to a computer (to check on a user or help locate a...

Friday, January 30, 2015

How to recover scratched CD.

Here is an old thecnique to how to recover damaged or scratched diskswith some lost of data. In this case i have one borrowed game - MAX PAYNE 2with a chunck of 4 mb lost with a scratch in CD1 Install. Here we cover somespecial thecniques of how to create a full working CD from the scratched one.First...

Working of Conditional Operator in Java

Working of  Conditional Operator in Java import java.util.Scanner;class ConditionalOperator{public static void main(String args[]){int a,b,c,result;Scanner input=new Scanner(System.in);System.out.print("Enter the value of a b and c ");System.out.println("");a=input.nextInt();b=input.nextInt();c=input.nextInt();result=(a>b)?((a>c)?a:c):((b>c)?b:c);System.out.println("The...

Increment and Decrement operators in Java

Normal 0 false false false EN-US X-NONE X-NONE ...

Blog Archive