What are the common uses of "this" keyword in java ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How to check if a list is sorted in java?

0 Answers  


How do you check if a character in a string is a digit or letter?

0 Answers  


Can we use static class instead of singleton?

0 Answers  


Explain how to force the garbage collection in java.

0 Answers  


What is Yield() method when we r using this ? tell exactly

2 Answers  






there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.

0 Answers   Manhattan,


Can you override a private or static method in java?

1 Answers  


we cannot create an object of interface but we can create a variable of it

1 Answers  


why doesn't java run on all platforms?

0 Answers  


Is it necessary that each try block must be followed by a catch block?

0 Answers  


What is singletonlist in java?

0 Answers  


What are the differences between wait() and sleep()?

0 Answers  


Categories