How do you create a method in java?
Explain the difference between scrollbar and scrollpane?
Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?
How Array List can be Serialized.
How do you add an element to a set in java?
'A class is a template for an object' explain this statement.
0 Answers Akamai Technologies,
Why is java architectural neutral?
Explain java coding standards for classes or java coding conventions for classes?
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 it possible to write static method in abstract class? justyfy your answer?
what is function overloading in java?
0 Answers Tavant Technologies, TCS, Virtusa,
Which are different kinds of source code?
Can we override constructors in java?