Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Describe java operators?
An operator is a symbol which operates on one or more arguments to generate a result. The Hello World program is so easy it doesn't use any operators, other than almost all another programs you write will.
Operator
Purpose
+
addition of numbers, concatenation of Strings
+=
add and assign numbers, concatenate and assign Strings
-
subtraction
-=
subtract and assign
*
multiplication
*=
multiply and assign
/
division
/=
divide and assign
%
take remainder
%=
take remainder and assign
++
increment by one
--
decrement by one
>
greater than
>=
greater than or equal to
<
less than
<=
less than or equal to
!
boolean NOT
!=
not equal to
&&
boolean AND
||
boolean OR
==
boolean equals
=
assignment
~
bitwise NOT
?:
conditional
instanceof
type checking
|
bitwise OR
|=
bitwise OR and assign
^
bitwise XOR
^=
bitwise XOR and assign
&
bitwise AND
&=
bitwise AND and assign
>>
shift bits right with sign extension
>>=
shift bits right with sign extension and assign
<<
shift bits left
<<=
shift bits left and assign
>>>
unsigned bit shift right
>>>=
unsigned bit shift right and assign
The while statement define a loop that iterates as long as condition remains true. In the following instance the control waits till the value of a text field becomes "go":
List the precedence table? At last let's add the && , || , & , | and ? operators to the precedence table *, /, % Multiplicative operators +, - Additi
Difference between the File and Random Access File classes? Ans) The File class encapsulates the files and directories of the local file system. The Random Access File class giv
What is difference between object state and behavior? Ans) If you change the state of an object, you ask it to perform a behavior. An object kept its states in a field e.g. vari
Write a program called BaseConverter that prompts (asks) the user for a base 10 number and another number, between 2 and 10 inclusive. This second number is the base to which to co
How can i draw E-R diagram
Need the following code in double var instead of integer. import javax.swing.*; public class arrayVar { public static void main (String[] args) //This is our main method prompt
Test Driven Development (TDD) TDD process gives your confidence in the delivered code for the following things. 1. TDD can remove duplication of code and also disciplines t
The Remote interface serves to recognize interfaces whose methods may be invoked from a non-local virtual machine. Any object that is a remote object must directly or indirectly ex
The Struts tag libraries are: ? HTML Tags ? Logic Tags ? Template Tags ? Bean Tags ? Tiles Tags ? Nested Tags
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd