What is use of static method?
No Answer is Posted For this Question
Be the First to Post Answer
how can we use the servlet as standalone apllication?should we need to extend any class?
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
What is HashTable?
Does java have extension methods?
Can we convert integer to string in java?
How do you check if a string contains only numeric digits?
Why you should not use singleton?
What is the size of an array?
Is map ordered in java?
Can java object be locked down for exclusive use by a given thread?
What is emant by API? is it related to java only or it is common for all OOPS supporting language?
What is the use of parseint in java?