Thursday, March 8, 2012

Language Basics

String default value is null and not "null"
Boolean default value is false
Float & double are same only float has a F literal in value.
Declaring int array

int myList [] = {4, 3, 7};
public abstract methods in interface
constants in interface

No comments:

Post a Comment