sandesh nawadkar


{ City } satara
< Country > india
* Profession *
User No # 24755
Total Questions Posted # 0
Total Answers Posted # 2

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

Users Marked my Answers as Correct # 17
Users Marked my Answers as Wrong # 1
Questions / { sandesh nawadkar }
Questions Answers Category Views Company eMail




Answers / { sandesh nawadkar }

Question { 4170 }

what is applet?


Answer

applet is a small program that can run in html browser and
can be downloaded through internet.
There are two types: 1 remote applet 2. Local applet.
Applet cannot access local file system and cannot
communicate with server..

Is This Answer Correct ?    5 Yes 0 No

Question { 7958 }

what is constructer?what are the type of constructer with
example.


Answer

Constructor is a same as method but it isnot exactly a
method . It has same name as a Class. It has access
specifier but not return type. Constructor is used to
create and initialize objects at runtime.
There are different types of constructors in different oop
languages.
e.g. Consider, java language-there are two types:-
1. Default
2. Parameterized.

Is This Answer Correct ?    12 Yes 1 No