What are the special characters?
No Answer is Posted For this Question
Be the First to Post Answer
What is the differences between heap and stack memory in java? Explain
What is unicode full form?
Accenture NJ mostly ask question on Collection like 1)How to sort Objcts and how treeset sort them 2)Explain mechanism of Hashcode finding in Java 3)Name some of the Sorted collection.
how its run?
what invokes a threads run() method? : Java thread
What is comparable and comparator interface? List their differences
What is array length in java?
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.
Why do we use string?
What data type is string java?
What releases of Java technology are currently available? What do they contain?
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?