![]() Related Questions Latest Answer : In c,there are argc and argv.argc is passed to argv and argv is used to store characters.in java there is only args.we pass a String value to it. ... Latest Answer : CASE1: String s3 = "hi"; String s="hi"; String s2=s3; ... Latest Answer : Abstract class can have instance variable, static variable, constructor, abstract methods, concrete methods, instance blocks and static blocks.Subclass has to extend abstract class using extend keyword. ... Tags : Abstract Latest Answer : What is the difference between servlet container & servlet component? ... Latest Answer : UNICAST is 1-1. MULTICAST is 1-M. ... Latest Answer : AWT components are heavy weight. Swing components are light weight follows MVC architecture ... Latest Answer : Trusted Applet : A trusted applet can perform operations such as reading, writing data to a local computer.We can access n/w connections from any host on the n/w by using trusted applet. A trusted applet ... Latest Answer : yes ... Latest Answer : yes it supports multi dimesional arrays.var a=[ [1,2], [3,4],[5,6]];o/p= 1 2 3 4 5 6 ... Latest Answer : Interface: In interface just signature of the methods are defined(means abstract meathod). there is no a single method which has body.e.g. void add();Abstract class: In a abstract class some method are abstract while some are concrete methods. we use ... Tags : Abstract
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||