Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Getting error int a,b; a=7,b=9;

807601Jan 15 2008 — edited Jan 15 2008
Getting error
int a,b;
a=7,b=9;
i am getting error , but if i give
a=7;b=9 it will not give an error
so what is reason ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2008
Added on Jan 15 2008
4 comments
149 views