Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
7 11583If your team member writes code with lots of static variables and static methods, will it cause any side effects?
KPIT,
3 7677If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
KPIT,
5 9133I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
KPIT,
3 7049There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation
1 3653
What is latest hibernate version?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is parsing in java?
What is java string pool?
What is lazy class?
Is minecraft 1.15 out?
What if I write static public void instead of public static void?
Can we return resultset in java?
What do you know about validation plugin ?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is the difference between equals() and == in java?
i want test pattern of zylog company and some examples also
How does java handle integer overflows and underflows?
What is the first argument of the string array in main method?
What is the java api?