What is a void method?
No Answer is Posted For this Question
Be the First to Post Answer
What is method overloading in java ?
What is stack explain?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What are variable names?
Is string serializable in java?
How finally used under exception handling?
How does system arraycopy work in java?
What is the difference between constructor and method?
How many types of assembly languages are there?
Is multiple inheritance allowed in Java? Why ?
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?
Can a variable be local and static at the same time?