![]() |
|
| Java Interview / Technical Questions Kindly solve an many as questions you can. It will sharpen your skills and those solutions will help others too. |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Jul 2006
Posts: 1,391
Thanks: 1
Thanked 32 Times in 29 Posts
Rep Power: 20 | J2EE - What is the % operator? What is the % operator? <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> |
| | |
| | #2 (permalink) |
| Senior Member Join Date: Mar 2006 Age: 26
Posts: 344
Thanks: 3
Thanked 16 Times in 15 Posts
Rep Power: 10 | Re: J2EE - What is the % operator? Mod Operator- Modulus Operator Gives remainder of Division of Integer Variables. eg : 10%2 =0 eg: 15%2 =1 Thanks, Ajith |
| | |
| | #3 (permalink) |
| Member Join Date: Jan 2007 Age: 28
Posts: 83
Thanks: 1
Thanked 5 Times in 5 Posts
Rep Power: 4 | Re: J2EE - What is the % operator? It is referred to as the modulo or remainder operator. It returns the remainder of dividing the first operand by the second operand.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> |
| | |
![]() |
| Tags |
| j2ee , operator |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| J2EE - Is the ternary operator written x : y ? z or x ? y : z ? | preethisingh | Java Interview / Technical Questions | 3 | 13-12-08 04:48 PM |
| J2EE - What are the legal operands of the instance of operator? | preethisingh | Java Interview / Technical Questions | 0 | 23-01-07 03:12 PM |
| J2EE - What is the difference between the prefix and postfix forms of the ++ operator? | preethisingh | Java Interview / Technical Questions | 1 | 23-01-07 02:54 PM |
| j2ee interview Q & A | jasmine84 | JAVA Technologies | 4 | 23-01-07 02:09 AM |
| Java Contest-13 with answers | keerthi | JAVA Technologies | 8 | 31-12-06 09:44 AM |
| More Interview Questions Here... |