Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of sakthisundar

sakthisundar

sakthisundar has asked 6 questions and find answers to 8 problems.

Stats

214
EtPoint
61
Vote count
6
questions
8
answers

About

public class HelloWorld {
           public static void main(String... args) {
              SakthivelSundaresan sakthi = new SakthivelSundaresan();
              /*
               * Below line outputs that Sakthi is just a normal human being 
               * saved by the blood of Christ.An ambitious developer who wants program 
               * to glorify God
               */
               System.out.println(" Details "+sakthi.getDetails());  
            }
         }