Is simpledateformat safe to use in the multithreaded program?
No Answer is Posted For this Question
Be the First to Post Answer
What is a method in coding?
What is mean by exception?
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....
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
How many types of keywords are there?
Give me some null interfaces in java?
Write a code to show a static variable?
What is scope of a variable?
How many bytes is a string java?
what is the use of Clonable,and serializable interface?
What are different exception types exceptions available in java ?
what is nested class in java?