What is an enumeration?
No Answer is Posted For this Question
Be the First to Post Answer
Can static methods access instance variables in java?
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....
what is struts-config-xml?and its use?
What do you understand by a Static Variable?
Can each java object keep track of all the threads that want to exclusively access it?
Can a constructor have different name than a class name in java?
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
What is the difference between Synchronizing mehtod & Synchronizing block?
What is a java lambda expression?
What is a byte array?
Explain about serializable interface in java?
how to handle exceptions in ejb?