Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Conrad Evans   on Dec 28 In Java Category.

  
Question Answered By: Fairuzah Alam   on Dec 28

You are 'accessing a static  member via instance' which is not a
correct programming habit. Compiler will translate 'a2.i' to 'a.i' and
that's the reason of your surprise

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Serilazation Or get search suggestion and latest updates.


Tagged: