sunny


{ City } ahmedabad
< Country > india
* Profession * student
User No # 22609
Total Questions Posted # 0
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 160
Users Marked my Answers as Wrong # 112
Questions / { sunny }
Questions Answers Category Views Company eMail




Answers / { sunny }

Question { Accenture, 35662 }

define System.out.println(); what is the meaning!


Answer

System is a class
out is a method of printstream.
println is method .

Is This Answer Correct ?    36 Yes 92 No

Question { HCL, 9333 }

whats string ?


Answer

string is an array of character.

Is This Answer Correct ?    4 Yes 5 No


Question { Aricent, 8130 }

After compilation of java program we'll get .class code. If
it's generated in OS Windows XP will it work on OS Linux? If
yes why? If no why?


Answer

ya it will work.bcoz java is platform independent.

Is This Answer Correct ?    1 Yes 0 No

Question { Aricent, 31704 }

What are the OOAD concepts in java explain with examples?


Answer

they are
1.polymorphism
2.abstraction
3.inheritance
4.encapsulation

Is This Answer Correct ?    119 Yes 15 No