Computer Science, asked by deephargun, 5 months ago

1. Define character set. Name the character set of Java. How many different
Characters can it recognize? Give examples.
2. What are the different DATA TYPES? Explain with examples.​

Answers

Answered by microbot949
0

Answer:

Explanation:

Question 1:

6 Types of Character Set. A character set is a system for representing languages in data. Where binary data can include any sequence of 0s and 1s, text data is restricted to a set of binary sequences that is each interpreted as a character from a language. The following are common types of character set

Question 2:

A data type, in programming, is a classification that specifies which type of value a variable has and what type of mathematical, relational or logical operations can be applied to it without causing an error. A string, for example, is a data type that is used to classify text and an integer is a data type used to classify whole numbers.

Attachments:
Similar questions