What are the data types supported by java?
Answer / Himansu Dariyal
Java supports several basic and reference data types. Basic data types include: (1) Integral Types (byte, short, int, long), (2) Floating Point Types (float, double), and (3) Character Type (char). Reference data types are classes and interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an immutable object?
How variables are stored in memory?
What is difference between static method and static variable?
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.
How many bits is a string?
how to create daemon thread in java?
What is files manifesting?
Is there a case when finally will not execute?
i need source code for income tax program using java inheritance
different types of threads?
What is your platform’s default character encoding?
Differentiate Vector and ArrayList?