This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
this is a question from certification4career 19) A class variable is declared using following modifiers a.protected b.private c.public d.static can anybody tell me why answers a,b,c along with d are not valid. or i am missing something here? i am talking of public static int a = 1; or private static int a = 1; thanks in advance kareem