What is difference between object state and behavior?
No Answer is Posted For this Question
Be the First to Post Answer
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
java is fully object oriented languages or not? why?
a US company has filed my H1B visa ,, and i got selected in random number process.I wanna ask Could they ask regarding my languages(java,c++) or there will b just general questions?? And wat kind of questions will they ask in embassy interview??
What are different types of controls in AWT?
what is the proxy pattern?
what are RemoteObjects?
Which component handles cluster communication in jboss?
list the types of dialodg
What is a clone?
What method MUST be implemented by all threads?
difference between apllet and interface class
Explain the difference between object state and behavior?