If your team member writes code with lots of static variables and static methods, will it cause any side effects?
3 7406If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
5 8684I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
3 6735There 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 3443There 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 13429There 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 10550I 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 11490If 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 6180Post New KPIT Core Java Interview Questions
What is a Daily Work Schedule?
list the standard mis reports available in pm.
Explain what is upsizing, down-sizing?
In cement making,what is meaning of blend,fineness,density.
Who unix commands?
What is residential silencer and industrial silencer? how can we know by looking only that it is the Residential type silencer.
Tell me what do you think will be the most common objections you'll hear during a call? How would you handle them? : insurance cold calling
Mention some file extensions which are used in abinitio?
How do you use compareto in java?
What is the difference between fractionation and distillation?
What is $_session in php?
What is 02d in c?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain 'far' and 'near' pointers in c.
What is the difference between internal tables and extract datasets? : abap modularization