What are the types of web technologies?
No Answer is Posted For this Question
Be the First to Post Answer
Why is the type for real numbers called double?
What is a boolean expression in java?
Write a java program to check if a number is prime or not?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
Why is a singleton bad?
Why can't we override private static methods?
how to deploy tomcatserver to weblogic server? write d following steps?
How can we access some class in another class in java?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
Why does java not support operator overloading?
Why parameters should be passed by reference?
What is annotation in java?