What is finally in Java?
No Answer is Posted For this Question
Be the First to Post Answer
Why is stringbuffer thread safe?
solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..
What is udp in java?
What is javac_g?
what is object-oriented programming in java?
Why to use nested classes in java?
What is the dot operator?
What is == and === in javascript?
When will we use them?
My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Can we overload final method in java?