What is t in generics in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can one thread block the other thread?
What is a type parameter in java?
How multipleInheritance is possible in java?
can java object be locked down for exclusive use by a given thread? : Java thread
Can we use static class instead of singleton?
Can Exception handling we can handle multiple catch blocks?
What is the purpose of lambda expressions?
how can u create the object with out new operator
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
How to validate the request (Eg:user name and password) in session(http session)? not in LDAP server ?
How many ways can we create the string object?
Why java is said to be pass-by-value ?