Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
2 8354class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
8 20838How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
1 5973what is the difference between Servlet and JSP?Advantage of JSP over Servelt?Any concept present in JSP which we cant implement in Servlet?
ABC, Apere, AZTEC, CTS, CybAge, iFlex, Impact Systems, Sara, TCS,
31 145304Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
4 10480is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
3 18424what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,
10 27297what is the difference between abstract class and Interface?where we can use it in realtime projects?
Agile Software, Cognizant, IBM, Innodata, Logica CMG, Mitosis, Nagarro, Value Chain,
23 71481
Which design pattern the interceptors in struts2 is based on?
What is the purpose of an orm?
What is the difference between portlet and servlet?
How is a java object message delivered to a non-java client?
What is native class in java?
How many objects of a servlet is created?
which class is the wait() method defined in? : Java thread
What are the types of springs?
What is an iterator java?
What are the types of protocols supported by httpservlet ?
What is the default bean scope within spring?
difference between rad and ordinary deployment?
What is the meaning of stereotype annotations in spring?
Which types of jdbc databases does weblogic jms support?
What is a cup of java?