Why static functions are used?
No Answer is Posted For this Question
Be the First to Post Answer
How much is a java license?
Definition for connection pooling?
What is the difference between java applets and applications?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
Why do you canvas?
What is thread safe java?
Where we write javascript code in html page?
What is java thread dump, how can we get java thread dump of a program?
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
What is a resource leak ?
What are File and RandomAccessFile classes?
write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.