Is string a class in java?
No Answer is Posted For this Question
Be the First to Post Answer
Distinguish between a predicate and a function?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
Program to find greatest prime number in n numbers?
what is encapsulation in java? Explain
What is a void return type?
Explain the importance of finalize() method.
What are aggregate functions explain with examples?
What is finalize method?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
How to add menushortcut to menu item?
What is fail first in java?