Tuesday, October 27, 2020

Java Tutorials with Practical Examples (Based on MCS-024 Important Topic)

How to Download and Install Java | JAVA Tutorial Part - 1



Hello Viewers: In This Video Tutorial We Provide Information About Java. & We Learn How to Download & Install Java Software in Our Computer. Also, we Learn How to Set #Java_Path in Computer. We Will Clear Most Useful topic Java Download & Installation Quarries. 
 ----------------------------------------------

How to Write First Program in Java with Compile and Run | JAVA Tutorial Part – 2



In This Video Tutorial We Learn How to Write #First_Program In #Java_with_Compile And Run With #CMD using Notepad++. --- here is Video How To Download Notepad ++: https://youtu.be/N0SIXm0xyRY?t=319 Note: No Need To Download Emmet & Python Script For only Java 
 ----------------------------------------------

How to Use Variable String and Numbers in Java | JAVA Tutorial Part – 3



In This Video Tutorial We Learn How to Use #Variable #String and #Numbers in #Java 
----------------------------------------------

Java Data Types - What Is Data Types In Java | JAVA Tutorial Part – 4



In This Video Tutorial We Learn How to use #data_types in java. I will Explain here about #byte, #Short, #integers, #Long, #Float, #Boolean & #Char 
 ----------------------------------------------

Java String & int - How to Use String & Int in Java, | JAVA Tutorial Part - 5



In This Video Tutorial We Learn How to Use #String & Int in Java. I will explain in this video #toUpperCase In Java, #toLowerCaseCase In Java, #concat In Java, #length In Java 
----------------------------------------------

Java Math - How to Code Math in Java | JAVA Tutorial Part - 6



In This Video Tutorial We Learn How to Code #Math In #Java
 ----------------------------------------------

Java Boolean - How to use Boolean in Java | JAVA Tutorial Part - 7



In This Video Tutorial We Learn how to use booleans in java [true/false] 
----------------------------------------------

Java if else - How to Use if Else in Java | JAVA Tutorial Part - 8



In This Video Tutorial We Learn How to use if else in java and also about else if in java  
----------------------------------------------

Case in java - How to Use Case in Java | Java Tutorial Part - 9



In This Video Tutorial We Learn how to use switch case in java 
 ----------------------------------------------

Java While Loop - How to use While Loop in java | Java Tutorial Part - 10



In This Video Tutorial We Learn While Loop in java for repetitive work
 ----------------------------------------------

Java For Loop - How to Use For Loop in Java | Java Tutorial Part - 11



In This Video Tutorial, We Learn how to use for loop in java for printing repetitive task 
 ----------------------------------------------

Java Break & Continue - How to Use Break & Continue in Java | Java tutorial part - 12



In This Video Tutorial, We Learn about break & continue Break and Continue in While Loop in java, Break and Continue in For Loop in java, continue statement in java, #break statement in java, labeled break and #continue in java, break if statement java, do you want to continue in switch case in java, #decision making and looping in java, #continue in nested #for #loop java, 
----------------------------------------------

Java Arrays - How to Use Array in java | Java Tutorial Part - 13



In This Video Tutorial We Learn Array in java and also variable type with square brackets in java, How to Access the Elements of an Array in Java, Change an Array Element In java, Array Length in java, Loop Through an Array in Java, Loop Through an Array with For-Each, Multidimensional Arrays in java, for loop in java with an array,
 ----------------------------------------------

Exception - What is Exception in Java | Java Tutorial Part - 14



In This Video Tutorial We Learn about the #exception in java Java Exceptions - Try...Catch, Java #try and #catch, #finally statement after try...catch in java, How to handle an exception in java
 ----------------------------------------------

Java Method - What is Method in Java | Java tutorials part - 15



In This Video Tutorial We Learn What is #Method in Java and how we use it  
----------------------------------------------

Java Classes and Objects - How to use Classes and Objects in Java | Java Tutorial Part - 16



In This Video Tutorial We Learn Abou #class in Java and his #object with #attributes 
 ----------------------------------------------

Java Class Methods - What is Class Method in Java | Java Tutorial Part - 17



In This Video Tutorial, We Learn about the class method in java Java Class Methods, static method in java, Static or Public class method in java, instance method java, Access Methods With an Object in java, java static,  java constructor, how to call a method in java, methods in java, instance method vs class method java, static method in java example, What is Class Method in Java, Using Multiple Classes in java 
 ----------------------------------------------

Java Constructors - How to use Constructors in Java | Java Tutorial Part - 18



In This Video Tutorial, We Learn A #constructor in Java is a #special #method that is used to initialize #objects. The constructor is called when an object of a class is created. It can be used to set initial values for #object #attributes 
 ----------------------------------------------

Java Modifiers - How to Use Modifiers in Java | Java Tutorial Part - 19



In This Video Tutorial, We Learn java modifiers with examples, non-access modifiers in java, java modifiers Chart, the #difference between access #specifiers and access #modifiers in java, final keyword in java, #Access #Modifiers in java, Non-Access Modifiers in java, Static in java, Abstract in java, 
 ----------------------------------------------

Java Encapsulation - How to Use Encapsulation in Java | JAVA Tutorial Part - 20



In This Video Tutorial, We Learn How to Use Encapsulation in Java. Why Encapsulation? Better control of class attributes and methods Class variables can be made read-only (if you omit the set method), or write-only (if you omit the get method) Flexible: the programmer can change one part of the code without affecting other parts Increased security of data 
 ----------------------------------------------

Java Inheritance - What Is Inheritance in Java | Java Tutorial Part - 22



In This Video Tutorial, We Learn about #inheritance in #java 
 ----------------------------------------------

Java Polymorphism - What is Polymorphism in Java | Java Tutorial Part - 23



In This Video Tutorial, We Learn About Java Polymorphism &. It is useful for code reusability: reuse attributes and methods of an existing class when you create a new class.  
----------------------------------------------

Java Interface - What Is Interface in Java | Java Tutorial Part - 24



In This Video Tutorial, We Learn how to use interface in java. An interface is a reference type in Java. It is similar to a class. It is a collection of abstract methods. A class implements an interface, thereby inheriting the abstract methods of the interface. Along with abstract methods, an interface may also contain constants, default methods, static methods, and nested types. 
----------------------------------------------

Java Enums - What is Enums in Java | Java Tutorial Part - 25



In This Video Tutorial, We Learn Enum contains a fixed set of constants. Enums are used to create our own data type like classes. The enum data type (also known as Enumerated Data Type) is used to define an enum in Java. 
----------------------------------------------

Java User Input - How to Use Scanner In java | Java Tutorial Part - 26



In This Video Tutorial, We Learn how to take input from the user and process them with our program instructions 
 ----------------------------------------------

Java Date and Time - How to Write Date and Time In Java With Formatting | Java Tutorial Part - 27



In This Video Tutorial, We Learn Formatting Date and Time, java date from the string, java get the current date without time, how to get the current time in java, How to Write Date and Time In Java, Display Current Date In Java, Java Date and Time, java date and time, Display Current Date and Time, java time example, Gyanniti, java date format, Date and Time In Java With Formatting 
----------------------------------------------

Java ArrayList - How To Use ArrayList Package In java | Java Tutorial Part - 28



Hello Viewers: In This Video Tutorial We Learn How To Use ArrayList Package In java, Java ArrayList, Access an Item in Java ArrayList, #Add Items in Java ArrayList, Change an Item in Java ArrayList, Remove an Item in Java ArrayList, #ArrayList Size in Java, #Loop Through an ArrayList in Java, Sort an ArrayList in #Java 
 ----------------------------------------------

Hashmap - How to Use HashMap in Java | Java Tutorial Part - 29



In This Video Tutorial, We Learn java hashmap implementation, java hashmap iterator, how to get values from hashmap in java example, hashmap java, 
----------------------------------------------

Java Files - How to Create File Through Java | Java Tutorial Part - 30 A



Hello Viewers: In This Video #Tutorial We Learn java 11 create a file, how to create a file in #java, java create a file if #not #exist, java #create an #empty #file, java create a file in the #current #directory, file fileObj = new file(filename), create and write #data to a #file in java, 
----------------------------------------------

Java Files - How to Edit and Write File Through Java | Java Tutorial Part - 30 B



In This Video Tutorial, We Learn how to update data inside a text file in java, edit specific line text file java, java write to a text file, how to replace a word in a text file using java, java save data to file, java write to file line by line, java write a string to file, java program to read a text file and write to another file, 
----------------------------------------------

Mouse Listener - How to Make Mouse Listener in Java | Java Tutorial Part - 31



In This Video Tutorial, We Learn I will tell you How to Make Mouse Listener in Java Gyanniti, How to Make Mouse Listener in Java, How to use MouseListener event, how to add a mouse listener in JAVA?, How to programmatically fire a MouseEvent to a MouseListener, Java MouseListener, mouse listener program in java, mouse listener and mouse-motion listener in Java, mouse motion listener in Java, mouse click event in java swing example, #mouselistener java,# mouse listener in java applet, java #mouselistener not working, mouse event handling in java 

Monday, October 26, 2020

illustrator Tutorials (Learn Toolbar)

 illustrator Tutorials for Beginner


How to Use Toolbar In Illustrator Part - 1 (Pen tool, Selection tools)

   

Hello Viewers: In This Video We Learn some topics:- 

 1) How to use the Selection tool, 
 2) How to use the Pen tool, 
 3) How to create dynamic shapes, 
 4) How to use carve toll etc. 

***