Language Fundamentals

© examsiri.com
Question : 1 of 24
 
Marks: +1, -0
Given
class Foo {
   static void alpha()
   { /* more code here */ }
   void beta()
   { /* more code here */ }
}

Which two statements are true?
Go to Question: