hans raj

Greenhorn
+ Follow
since Jul 05, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by hans raj

Hi ,
thankyou paul for ur suggestion, iam new to this site , i will certainly do it before i post some code.
Hans
Hello,
anyone tell me the solution for this question found at www.javacross.com
State the output of the following code�
public class short{
��������� public static void main(String args()){
��������� int t=0;
��������� boolean t=true;
��������� boolean f=false,b;
��������� b=(t | | ((i++) ==0));�
��������� b=(f | | ((i+=2)>0));�
��������� System.out.println(i);�
�������� }
}�

also please suggest me some good books available.
thankyou.