Is java code slower than native code?
No Answer is Posted For this Question
Be the First to Post Answer
Implement a stack with push (), pop() and min() in O(1) time.
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
how to deploy tomcatserver to weblogic server? write d following steps?
What is the difference between getCodeBase and getDocumentBase methods?
1 Answers CS Business Services,
When will you define a method as static?
What will happen if we write code like: try{}catch(exception e)catch(IOException i)
What does indexof mean?
Explain restrictions for using anonymous inner classes?
What happens if an exception is not caught?
Can we declare Pointer in Java?
I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?
Should a main method be compulsorily declared in all java classes?