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 8363class 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 20844How 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 5977what 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 145393Directive 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 10492is 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 18426what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,
10 27320what 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 71528
Is spring boot a mvc? : Spring Boot
Can each java object keep track of all the threads that want to exclusively access it?
What is stateless and stateful?
When arithmeticexception is thrown?
What is the major drawback of internal iteration over external iteration?
Does string is thread-safe in java?
What is loose coupling in spring?
What is the use of @requestparam annotation in spring?
How you will decide when to use prototype scope and when singleton scope bean?
Why should I use abstract class?
how to create broker from command prompt?
How forward () method is different from send redirect () method?
What is charat ()?
Is hibernate easy to learn?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?