Core Java: Data Types,Printing,Comments, Wrapper, Package& Access Specifiers| Computer Science (2/4
Practice Computer Science and complete notes:
https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
For long answers:
https://www.doorsteptutor.com/Exams/GATE/Computer-Science/
NTA NET Paper 1 Online Crash Course - https://www.doorsteptutor.com/Exams/UGC/Paper-1/Online-Crash-Course/
NTA NET Paper 1 Mock papers - https://www.doorsteptutor.com/Exams/UGC/Paper-1/Online-Test-Series/
NTA NET Paper 1 Practice questions - https://www.doorsteptutor.com/Exams/UGC/Paper-1/Questions/
NTA NET Paper 1 Postal Course - https://www.examrace.com/NTA-UGC-NET/NTA-UGC-NET-FlexiPrep-Program/Postal-Courses/Examrace-NTA-UGC-NET-Paper-I-Series.htm
NCERT, Yojana, Kurukshetra, Down to Earth, Science, Social Studies and More interesting topics subscribe at Examrace: https://www.youtube.com/c/Examrace
NCERT, Yojana, Kurukshetra, Down to Earth, Science, Social Studies and More interesting topics subscribe at ExamraceHindi: https://www.youtube.com/c/ExamraceHindi
For classes nursery to class 5 videos subscribe to FunProf: https://www.youtube.com/c/FunProf
For Science Class 11-12 and important topics subscribe to DoorStepTutor: https://www.youtube.com/c/DoorstepTutor
TOPICS TO BE DICUSSED
Identifiers, Variables and Constants
Data Types
Primitive
Non-Primitive
Printing Statement
Comments in Java
Wrapper class
JAVA Packages
Access Specifiers
Identifiers
An identifier is a name used for a variable, an interface, a function or a class. There are some set of rules in JAVA to use an identifier.
An identifier must start with an alphabet (uppercase/lowercase)or an underscore or ‘$’ dollar sign. After the first character, it can have numbers also.
It can not contain any white space.
Any reserved word can not be used and an identifier.
Identifiers are case sensitive that means ‘num1’ and ‘NUM1’ are different.
An identifier should be meaningful means always related to the value they are holding. Else they will be unhandled in complex programming.
Examples: $Income, Emp_Income, dob_as_1999 are some valid identifiers
variables vs constants
VARIABLE: A variable is a memory location which stores data temporarily. Temporarily means value hold by a variable can be change anytime before or during the program execution
CONSTANT: Constant is a variable whose value cannot be changed before or during the execution of the program. If you want to make a variable ‘constant’, add a specifier ‘final’ with the variable. Value of final variable can’t be changed.
CODE/Output – Constant Variable
CODE/OUTPUT- A VARIABLE
Data Types
Data types are used to specify the types of data holding by a variable. In JAVA, there are two types of data types.
Primitive Data Types
Non-Primitive Data Types
Primitive Data Type
Primitive data types are pre-defined in Java. That Means Pre-defined data type can hold data of particular length/size.
There are eight types of Primitive data types in JAVA.
Chapters:
0:00 Core Java
0:10 Topics
0:44 Identifiers
2:48 Variables VS Constants
3:32 Constant Variable
4:27 A Variable
5:00 Data Types
5:37 Primitive Data Types
5:52 Table of Data Type
6:14 Non-Primitive Data Types
6:32 String
6:37 Array
7:04 Printing Statement
7:43 Example of Printing Statement
8:04 Comments in Java
8:10 Multiline Comments
8:23 Single Line Comment
8:43 Wrapper Class
8:55 Table of Wrapper Class
9:03 Java Packages
10:21 Access Specifiers
10:36 Types of Access Specifiers
11:45 Questions
#corejava #topics #identifiers #variablesVSconstants #constantvariable #datatypes #primitivedatatypes #non-primitivedatatypes #string #array #printingstatement #commentsinjava #multilinecomments #singlelinecomment #wrapperclass #javapackages #accessspecifiers #testprep #ugcnet #doorsteptutor #examrace
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Core Java: Data Types,Printing,Comments, Wrapper, Package& Access Specifiers| Computer Science (2/4», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.