javablogger owiusa

Greenhorn
+ Follow
since Jul 22, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by javablogger owiusa

overriding with exception
note: checked exception and unchecked exception
how to override a method with Exception

note : with checked exception and unchecked exception
18 years ago
if u want to maintain an information common to ur class, then mark that information as static ,

note : information may be static method or static variable

why it is common information?

Ans: becoz it is not specific to object, ie object won't have its own copy of static variable , instead all objects will point to the static information,thats why it is common information

so any object change that information ,will reflect to all other object
18 years ago
wht is difference between instanceof and instanceOf
18 years ago