What is anti pattern in programming?
No Answer is Posted For this Question
Be the First to Post Answer
Is null false in java?
List the features of java programming language.
Why spring singleton is not thread safe?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).
What is a functional interface?
What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?
Can we extend a class with private constructor?
What is a modifier?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Is there any sort function in java?
Is string is a keyword in java?