Where local and global variables are stored?
what is mutability?which one is mutable String or StringBuffer?and why?give examples of each which shows the mutability of each String or StringBuffer
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
How do you declare a string variable?
What carriage return means?
How java uses the string and stringbuffer classes?
How you can create a radio buttion using Checkbox class?
what is inner class?
What are advantages of exception handling in java?
Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this.
What is a lightweight component?
Program to print 1 1 2 1 2 3 1 2 3 4 like that
What is the purpose of the return statement?