Can we use synchronized block for primitives?
No Answer is Posted For this Question
Be the First to Post Answer
What are jee technologies?
what is platform independence in java?
what is the use of custom tags? with example?
How we can execute any code even before main method?
why we use merge option in hybernate pls give a ex snippet
what is prepare statement? what is calabedtarement?
Can we have two methods in a class with the same name?
Why do we need array in java?
Explain java thread life cycle.
Can we have a try block without catch block?
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.
What is the difference between pass by reference and pass by pointer?