Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
No Answer is Posted For this Question
Be the First to Post Answer
What is an iterator java?
how can be object class inherited to all class in a program when java does not support multiple inheritance??
How do you set security in applets?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
can we declare private class in java file?
What is java util function?
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.
Is main is a keyword?
How do you test a method for an exception using junit?
What are the common uses of "this" keyword in java ?
What is thin driver and thick driver. why it is called so?
Can you call a constructor within a constructor?