in a constructor what happen if u call super and this in
the same class? i know that it is not possible to call
both in the same one? if we call what will happen?
Answer Posted / srikant bhat
it wil giv an exception -compiler exception
Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is the type of lambda expression?
What is nested loop? What is dangling else condition in it?
What are some examples of variable costs?
What is class forname used for?
Write a program to check string is palindrome without using loop?
Why set do not allow duplicates in java?
What is meant by 'Class access modifiers'?
Explain the difference between comparator and comparable in java?
What is the difference between static and global variables and also define what are volatile variables?
What are the benefits of immutable objects?
what is bmg file and how to create that files?what will it contailn?
What is a variable and constant?
What class of exceptions are generated by the java run-time system?
What is the base class of all exception classes in java?