iTechnologyCorner
Java,J2EE, Struts, Spring, Hibernate, Oracle PL/SQL and more....
Thursday, January 31, 2019
>> operator example
package com.concretepage;
public class Test {
public static void main(String args[]) {
int a = 10;
System.out.println(a+a>>1);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment