Tag: java
Questions Related to java
The Maximum Length Of The Session Id(Length Identifier) Is ___________
The session tracking in the JSP can be done by :-
- URL rewriting
- Cookies
- User-Authorization
- Hidden Files
Some Operating Systems have a limitation on the Max Length of the URL, which are normally _______ characters.
The mails can be send from the Servlet by the usage of the following :-
You read the following statement in a Java program that compiles and executes.
submarine.dive(depth);
What can you say for sure?
Given the following class definition, which of the following methods could be legally placed after the comment //Here public class Rid{ public void amethod(int i, String s){} //Here }
Which of the following are primitive types?