How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
Can we have a abstract class withought any method? What is a purspose of this?
Why string is immutable with example?
What is the declaration statement?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is difference between word and integer?
Difference between Application and Applet ?
What is difference between “==” and equals()?
I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.
How the elements are organized in GridBagLayout?
What is run time allocation?
what is the use of clone() in real time scenario?
Does constructor be static?