Groups
Groups
Sign in
Groups
Groups
Knowledge Test
Conversations
About
Send feedback
Help
what is the output(in java)
6 views
Skip to first unread message
Neha
unread,
Sep 2, 2011, 1:53:10 PM
9/2/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Knowledge Test
public static void main(String[] args) {
int x=10;
x=x++;
System.out.println(x);
}
Neha
unread,
Sep 2, 2011, 1:54:04 PM
9/2/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Knowledge Test
public static void main(String[] args) {
int x=10;
int y=x++;
System.out.println(x+" "+y);
}
TheSuyog
unread,
Oct 15, 2011, 8:28:51 AM
10/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to knowledge-...@googlegroups.com
HAHAHA! No reply... :P
Binal Dave
unread,
Aug 8, 2018, 4:09:52 AM
8/8/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Knowledge Test
output 11
Reply all
Reply to author
Forward
0 new messages