Horje
OCA Exam Questions Code Example
OCA Exam Questions
        public class Main{ 
           private int i = 1; 
           public static void main(String argv[]){ 
              int i = 2; 
              Main s = new Main (); 
              s.someMethod(); 
           } 
           public static void someMethod(){ 
              System.out.println(i); 
           } 
         } 




Java

Related
java initialize class Code Example java initialize class Code Example
no main attribute in java android Code Example no main attribute in java android Code Example
27*5 Code Example 27*5 Code Example
Java array hashcode Code Example Java array hashcode Code Example
math ceil java Code Example math ceil java Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14