loader image
Skip to main content

Java Programming

Updated 15 Sep 2018
Lessons 11
Language English ‎(en)‎

Course Overview

java is a simple language

Course Content

Loading...

Enrolment options

java is a simple language
Skill Level: Beginner
Guests cannot access this course. Please log in.

Related Courses

Computer Science
5 Lessons
Updated: Mar 2020
Computer Science

C++ is a compiled, general-purpose, case-sensitive, free-form programming language that supports procedural, object-oriented, and generic programming. C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features. C++ was developed by Bjarne Stroustrup starting in 1979 at Bell Labs in Murray Hill, New Jersey, as an enhancement to the C language and originally named C with Classes but later it was renamed C++ in 1983. C++ is a superset of C, and that virtually any legal C program is a legal C++ program. Object-Oriented Programming C++ fully supports object-oriented programming, v  Encapsulation v  Data hiding v  Inheritance v  Polymorphism C++ Program Structure   #include <iostream> using namespace std;   // main() is where program execution begins. int main() {    cout << "Hello World"; // prints Hello World    return 0; } The C++ language defines several headers, which contain information that is either necessary or useful to your program. For this program, the header <iostream> is needed. The line using namespace std; tells the compiler to use the std namespace. Namespaces are a relatively recent addition to C++. The next line '// main() is where program execution begins.' is a single-line comment available in C++. Single-line comments begin with // and stop at the end of the line. The line int main() is the main function where program execution begins. The next line cout << "Hello World"; causes the message "Hello World" to be displayed on the screen. The next line return 0; terminates main( )function and causes it to return the value 0 to the calling process. Primitive Built-in Types C++ offers the programmer a rich assortment of built-in as well as user defined data types. Following table lists down seven basic C++ data types − Type Keyword Boolean bool Character char Integer int Floating point float Double floating point double Valueless void

11 Lessons
Updated: Jul 2019
Computer Science
11 Lessons
Updated: Jul 2019
Computer Science

DBMS - UG & PG Important Subject

11 Lessons
Updated: Sep 2018

Latest Courses

Beginner

This course aims to provide learners with a comprehensive understanding of Constitutional values with special emphasis on valueslike democracy, equality, secularism etc. to celebrate the plurality of thenation.

25 Lessons
Updated: May 2025

Beginner

This course offers science learners a unique exploration of ethical dilemmas and societal valuesthrough the lens of literature. Drawing inspiration from literary works, learners will delve intokey topics such as constitutional values, inclusiveness, environmental awareness, and ethics.

28 Lessons
Updated: Jul 2025

Beginner

This course explores the foundational values enshrined in the Constitution, emphasizing principles of justice, equality, and democratic governance. It integrates critical discussions on gender equity and environmental sustainability, to foster a holistic and ethical approach to business and management.

24 Lessons
Updated: May 2025

Beginner

The course is designed to generate various capacities among the learners from the background of Commerce and Management disciplines, aiding them to understand the domain of business from socio-cultural perspectives. It also focuses on the development of communication capabilities through understanding the specificities of Commerce in the purview of Kerala.

25 Lessons
Updated: Jun 2026

Beginner

This course promotes a diverse and inclusive perspective by teaching skills to analyze environmental, ethical, and cultural issues in a changing world. It encourages learners to understand global interconnectedness between humans and nature for sustainable futures, fostering logical, evidence-based reasoning.

24 Lessons
Updated: Jul 2026

Beginner

The course aims to equip learners with an in-depth understanding of contemporary socio-cultural, political and economic concerns of Kerala society. The course incorporates literary texts, and visual media to explore the lives of different sections of the Kerala population and their contribution to Kerala society. Through the modules, the learners will understand the contemporary changing socio-cultural and economic situations in Kerala.

25 Lessons
Updated: Jun 2025

Beginner

This course intends to provide learners with an overview of the socialand cultural evolution of Kerala Society through literature. It aims atencouraging the learners to connect with local culture, history andheritage. The learner shall understand the power structures thatshaped Kerala's socio-cultural systems.

26 Lessons
Updated: May 2025

Beginner

The course aims at imparting the history and development of science in Kerala and how the contemporary socio-cultural scenarios of development are linked to science. It also provides glimpses of movements of scientific temperament, the modern institutions of scientific importance, technological developments and the representations of science media of Kerala.

25 Lessons
Updated: Jul 2026

Beginner

AY 2024-25
5 Lessons
Updated: Jul 2025

Beginner

Learning outcomes: 1. Explain the fundamental principles of taxation and tax liability. 2. Calculate tax liability for individuals using Indian tax laws and regulations. 3. Apply tax computation methods and formulas to real-world scenarios

5 Lessons
Updated: Mar 2025
62 Enrolled

Beginner

Week 1 Foundations of Taxation and Tax Liability Ø  Overview of taxation and heads of incomes Ø  Rules of Set off carry forward losses Ø  Clubbing of incomes Ø  Deductions Ø  Computation of total income Week 2 Tax Computation and Application Ø  Tax rates and slabs in India Ø  Rebates & Reliefs Ø  Computation of Tax liability

5 Lessons
Updated: Mar 2025
IV Semester Core
2 Lessons
Updated: Jun 2021
40 Enrolled