If your team member writes code with lots of static variables and static methods, will it cause any side effects?
3 7516If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
5 8873I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
3 6870There 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 3537There are 2 methods in a class. Both have the same method signature except for return types. Is this overloading or overriding or what is it?
9 13760There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
6 10753I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
8 11741If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
2 6293Post New KPIT Core Java Interview Questions
What’s the difference between dirty, touched, and pristine on a form element?
what is woransient key word? how it is used in java
What is the core difference between angularjs compilation and javascript frameworks?
Is there any function in oracle similar like group_concat of mysql?
What is stl in oop?
How to launch a browser using selenium webdriver?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
For what purpose, user will be using ‘continue on’ error?
What is the difference between onclick and onsubmit?
What is architecture explorer in visual studio?
explain the effects of alloying chromium and nickel in stainless steel.
You have 10 cubes for which you created multiprovider but you want data only for one cube. What will you do?
How to create dynamic url in codeigniter?
What does double quotation mean?
What is super keyword in php?