What are the six ways to use this keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Explain different states of a thread in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
How do you do absolute value in java?
Can we declare register variable as global?
why to use transient variables when static variables can be used for Serialization
If I only change the return type, does the method become overloaded?
What are the differences between the constructors and methods?
what is the difference between String s="hello"; and String s=new String("hello");?
What is the difference between final, finally and finalize()?