Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) 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 8334class 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 20782How 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 5950what 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 145037
describe method overloading
What is stateless and stateful session bean in ejb?
What is the difference between pass by reference and pass by pointer?
List some life cycle methods of a servlet.
What are the supporting protocol by HttpServlet ?
Is hashmap thread safe?
in EJB diclare the static methods are not?
What is the difference between Array and Hash Table?
Which http method is said to be non-idempotent and idempotent?
What is jaap?
Can We Start A Managed Server If The Administration Server Is Unavailable ?
Describe string intern() methodology
What are the jdbc drivers in java?
What is string pool in java?
What is package protected in java?