Explain the private field modifier?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by java?
Why are variables important in research?
In how many ways we can the thread? in java
Differentiate between == and equals().
Can you sort a string in java?
What is the size of a string in java?
what are upcasting and downcasting?
Is string a class in java?
what is meant by abstract class?
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 output buffer?
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.