Nishan Tec
Nishan Tec
  • Видео 7
  • Просмотров 30 601
How to Install JDK And Android Studio in Tamil
To install the Java Development Kit (JDK) on your computer, you can follow these steps:
Download the JDK: You can download the JDK from the official Oracle website (www.oracle.com/java/technologies/javase-downloads.html). Make sure to choose the appropriate version for your operating system (Windows, Mac, or Linux).
Run the installer: Once the download is complete, run the JDK installer. Follow the prompts to install the JDK on your computer.
Set the JAVA_HOME environment variable: After installing the JDK, you'll need to set the JAVA_HOME environment variable on your computer. This tells other programs where to find the JDK. To do this:
On Windows: Go to Control Panel -- System -- Advanced S...
Просмотров: 2 640

Видео

Introduction to visual basic in Tamil ( Part - 03) Output types and Variables Explained
Просмотров 950Год назад
Explain About variables ? Variables are a fundamental concept in programming, including VB.net. A variable is simply a name or identifier that is used to store a value or a piece of data in memory, so it can be referenced and manipulated throughout the program. In VB.net, variables are declared using the "Dim" keyword followed by the variable name and the data type that it will hold. For exampl...
Introduction to visual basic in Tamil ( Part - 02) Toolbox explained
Просмотров 3,8 тыс.Год назад
Learn the fundamentals of programming with Visual Basic in Tamil (sometimes called Visual Basic .NET or VB.NET). What is Toolbox? In Visual Basic .NET (VB.NET), a toolbox is a window in the integrated development environment (IDE) that contains a set of controls that you can use to design your user interface. To access the toolbox in VB.NET, you can do the following: Open the Visual Studio IDE....
How to Create a Basic Calculator in VB.Net ( Tamil Full Tutorial )
Просмотров 1,4 тыс.2 года назад
Here is the Create a Basic Calculator in VB.Net ! In this video, I'll show you how to create and code your Basic Calculator. If you have any questions, be sure to comment them down below and I'll get back to you ASAP! * This video is 24 minutes but you can play in 2x speed :-) Basic Add Coding Dim a, b, c As Integer a = No1.Text b = No2.Text c = a b No3.Text = c Any thoughts or suggestions are ...
Create a basic form in visual basic ( Tamil )
Просмотров 3,4 тыс.2 года назад
Learn the fundamentals of programming with Visual Basic in Tamil (sometimes called Visual Basic .NET or VB.NET). This video shows you how you can create a simple form in VB.NET
Introduction to visual basic in Tamil ( Part - 01)
Просмотров 17 тыс.2 года назад
Learn the fundamentals of programming with Visual Basic in Tamil (sometimes called Visual Basic .NET or VB.NET). What is Visual Studio? A quick look at the best features Visual Studio has to offer. Developers are all about code navigation, debugging, testing, code completion, and collaboration. Keep watching this video series to learn more
how to install visual studio in Tamil
Просмотров 9562 года назад
In this video, we will see Download and Install Visual Studio IDE Community 2022 on Windows. Visual Studio 2022 version 17.2 Visual Studio Community 2022 is a free, fully featured, and extensible IDE for individual developers, open source projects, education, and academic research. You can create applications for Android, iOS, Windows, and the web. Microsoft Visual Studio is an integrated devel...