what is method overloading
Gestore Java Interview Questions
30,893 gestore java interview questions shared by candidates
class A{ p s v test(){sout("A");} } class B extends A{ p s v test(){sout("B");} } class C{ main(){ A a2 = new B(); } } what is the o/p? what this example refers to? what happens when you try to override a static method from parent class?
Basic work experience questions based on your CV. Very simple cryptography questions. For example, difference between symmetric key and asymmetric key.
Write Java code to find K-complementary pairs in a given array of integers. Given Array A, pair (i, j) is K- complementary if K = A[i] + A[j];
Can the double checked locking fail on single processor system?
suspend thread can be revived by using?
Basic Core java Questions and a coding question
Question about setting up a back end database
Describe an interface and what is it used for?
In coding they asked to remove duplicates from a string eg WelComeToNeustar -> WelComTNusar
Viewing 391 - 400 interview questions