difference between byte stream class and character stream class?
No Answer is Posted For this Question
Be the First to Post Answer
What is the differences between c++ and java? Explain
I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.
is there a separate stack for each thread in java? : Java thread
How are Observer and Observable used?
Is static a keyword in java?
What is overloading and overriding in java?
what is net based application and its types
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 are heap memory and stack memory and what are memory tables.
What is files manifesting?
Name the methods in mouse listeners ?
Why java Don't Support Multiple interitence