Difference b/w >> and >>> ?



Difference b/w >> and >>> ?..

Answer / shukla.swapnil

>>> is unsigned right shift operator

Is This Answer Correct ?    19 Yes 2 No

Post New Answer

More Java J2EE AllOther Interview Questions

Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()

1 Answers  


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


What is the use of log4j and how to make use of that in a application?

2 Answers  


What is the difference between Eclipse and MyEclipse?

7 Answers   IBM, Wavex,


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

0 Answers  






What is deque in the java collections framework? : java collections

0 Answers  


What is markup language?

1 Answers  


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

0 Answers  


How do you debug your java program?

2 Answers   HCL, Inforica,


what is jndi?

2 Answers  


what is acl(access control list)?

1 Answers   Athena, HCL,


Can any one tell me How to explain bank project desription in interview

3 Answers   Infosys, Wipro,


Categories