Skip to content
TechDecode Tutorials

TechDecode Tutorials

Short and Simple Tech Tutorials

  • C++
    • C++ Programs
    • C++ Tutorials
    • C++ Course
    • C Programs
    • C Tutorials
  • Java
    • Java Notes
    • Programs
    • Tutorials
    • Java Courses
  • Python
    • Python Notes
    • Programs
    • Tutorials
    • Python Course
  • c#
    • C# Courses
  • Web Development
    • HTML
    • CSS
    • Javascript
      • Javascript Program
      • JavaScript Course
    • PHP
  • Data Science
    • R Programming
    • Data Science Courses
  • Application
  • Download
  • Tech
    • Cyber Security
    • Cyber Security Courses

Java

Print LCM of Two Integers in Java
Java Programs 

Print LCM of Two Integers in Java

October 10, 2021October 10, 2021 Ethix 0 Comments java, Java program, Print LCM of Two Integers, Program, TechDecodeTutorials, Tutorials

Computations and programming when combined make a very deadly combination. As the ability to solve complex mathematical questions in itself

Read more
Print Square Root of A Number Java Program
Java Programs 

Print Square Root of A Number in Java

September 29, 2021September 28, 2021 Ethix 0 Comments java, Java program, Print Square Root of A Number, TechDecodeTutorials, Tutorial

Confronting with numbers is the first thing each one of us has learned in school. However, as we step up

Read more
Print Cube Root of A Number in Java
Java Programs 

Print Cube Root of A Number in Java

September 29, 2021September 28, 2021 Ethix 0 Comments java, Java program, Print Cube Root of A Number, TechDecodeTutorials, Tutorial

Confronting with numbers is the first thing each one of us has learned in school. However, as we step up

Read more
Swap Integers Without Temporary Variable Java Program
Java Programs 

Swap Integers Without Temporary Variable in Java

September 22, 2021September 22, 2021 Ethix 0 Comments java, Java program, Swap Integers, Swap Integers Without Temporary Variable, Swapping, TechDecodeTutorials, Tutorial

It’s quite amusing to see how different variations of solutions for the same questions are thereby different individuals. From pretty

Read more
Swap Three Integers Without Temporary Variable in Java
Java Programs 

Swap Three Integers Without Temporary Variable in Java

September 21, 2021September 27, 2021 Ethix 0 Comments java, Java program, Swap Three Integers, Swapping, TechDecodeTutorials, Tutorial

It’s quite amusing to see how different variations of solutions for the same questions are thereby different individuals. From pretty

Read more
Implement Linear Search Java Program
Java Programs 

Implement Linear Search using Java

September 20, 2021September 16, 2021 Ethix 0 Comments Data structures, Implement Linear Search using Java, java, Java program, Linear Search, Program, TechDecodeTutorials, Tutorials

Technology and generation are growing up together, and the younger generation users are somewhat connected with tech and the internet

Read more
Sum of All Digits From 1 To N Java Program
Java Programs 

Print Sum of all digits in Numbers From 1 to N in Java

September 19, 2021September 16, 2021 Ethix 0 Comments java, Java program, Print Sum of all digits in Numbers From 1 to N in Java, Sum of all digits in Numbers From 1 to N, TechDecodeTutorials, Tutorial

Modest programs can become severely difficult if the programmer itself does not understand the problem statement. So getting clarification of

Read more
Print Prime Numbers Between Two Integers Java Program
Java Programs 

Print Prime Numbers Between Two Integers in Java

September 18, 2021September 16, 2021 Ethix 0 Comments java, Java program, Print Prime Numbers Between Two Integers, Program, TechDecodeTutorials, Tutorials

Computations and programming when combined make a very deadly combination. As the ability to solve complex mathematical questions in itself

Read more
Sum of Digits in Number Java Program
Java Programs 

Print Sum of Digits in Given Number using Java

September 17, 2021September 15, 2021 Ethix 0 Comments java, Java program, Programs, Sum, Sum of Digits in Given Number, TechDecodeTutorials, Tutorials

Confronting with numbers is the first thing each one of us has learned in school. However, as we step up

Read more
Print Palindrome Numbers Java Program
Java Programs 

Print Palindrome Numbers in Given Range using Java

September 16, 2021September 15, 2021 Ethix 0 Comments java, Java program, Print Palindrome Numbers in Given Range, Program, TechDecodeTutorials, Tutorial

There are some numbers in mathematics when even reversed remain the same. Well as for observing these numbers with human

Read more
Check Palindrome Number Java Program
Java Programs 

Check If Input Number is Palindrome in Java

September 15, 2021September 15, 2021 Ethix 0 Comments Check If Input Number is Palindrome in java, java, Java program, Palindrome Numbers, Program, TechDecodeTutorials, Tutorial

There are some numbers in mathematics when even reversed remain the same. Well as for observing these numbers with human

Read more
Multiply Integers Without Multiplication Operator Java
Java Programs 

Multiply Integers without Multiplication Arithmetic Operator in Java

September 15, 2021September 15, 2021 Ethix 0 Comments java, Java program, Multiplication, Multiply Integers without Multiplication Arithmetic Operator in Java, TechDecodeTutorials, Tutorial, Without Multiplication Arithmetic Operator

Confronting with numbers is the first thing each one of us has learnt in schools. However, as we step up

Read more
print Armstrong Numbers Java program
Java Programs 

Print Armstrong Numbers Between Two Integers in Java

September 14, 2021September 13, 2021 Ethix 0 Comments Armstrong Numbers Between Two Integers, Armstrong Numbers Between Two Integers java, Java program, Program, TechDecodeTutorials, Tutorial

Mathematics and programming when combined make a very deadly combination. As the ability to solve complex mathematical questions in itself

Read more
Check Armstrong Number Java Program
Java Programs 

Check Armstrong Number using Java

September 12, 2021September 13, 2021 Ethix 0 Comments Armstrong Number, check armstrong number java program, Java program, TechDecodeTutorials, Tutorial

Mathematics and programming when combined make a very deadly combination. As the ability to solve complex mathematical questions in itself

Read more
Print Exponential of A Number in Java
Java Programs 

Print Exponential of A Number in Java

September 11, 2021October 10, 2021 Ethix 0 Comments java, Java program, Print Exponential of A Number, TechDecodeTutorials, Tutorial

Confronting with numbers is the first thing each one of us has learned in school. However, as we step up

Read more
Russian Peasant Algorithm Multiplication in Java
Java Programs 

Multiply Integers Using Russian Peasant Algorithm in Java

September 10, 2021September 9, 2021 Ethix 0 Comments java, Java program, Multiply Integers Using Russian Peasant Algorithm, Russian Peasant algorithm, TechDecodeTutorials, Tutorial

It’s quite amusing to see how different variations of solutions for the same questions are thereby different individuals. From pretty

Read more
Check Anagram String in Java
Java Programs 

Check If Two Strings Are Anagram using Java

August 28, 2021August 29, 2021 Ethix 0 Comments anagram java program, anagram java string, Check If Two Strings Are Anagram, java, java anagram string, Program, TechDecodeTutorials, Tutorial

Java programming is pretty much found on every Android smartphone today. Not only that but there are many devices/products which

Read more
Java Programs Tutorials 

Reverse A String in Java Using ByteArray

August 21, 2021August 21, 2021 Ethix 0 Comments Program, reverse string array java, reverse string bytearray java, reverse string java, String, techdecode, Tutorial

Programming is always a fun and creative task. The more creative you can think the better programmer you will become.

Read more
Java Java Programs Tutorials 

Create a Stack Of Array in Java

August 21, 2021 Ethix 0 Comments Data Structure, java, Java program, java stack array, stack of array java, TechDecodeTutorials

Programming is always a fun and creative task. The more creative you can think the better programmer you will become.

Read more
Java Java Programs 

Rotate A Matrix Anticlockwise in Java

August 18, 2021August 18, 2021 Ethix 0 Comments java, Programming, rotate matrix anticlockwise java, rotate matrix java program, techdecode, Tutorial

Programming is always a fun and creative task. The more creative you can think the better programmer you will become.

Read more
  • ← Previous
  • Next →

Top Programming Courses

5 Best Coursera Data Science Courses Online 2022
Course Data Science Courses 

5 Best Coursera Data Science Courses Online 2022

March 16, 2022 Nihal Prasad 0

In today’s technologically driven society, data is the most valuable resource. It is crucial to any company’s performance since it

5 Best Coursera R Programming Courses Online 2022
Course R Programming 

5 Best Coursera R Programming Courses Online 2022

March 16, 2022 Nihal Prasad 0
5 Best Coursera PHP Programming Courses Online 2022
Course PHP PHP Course 

5 Best Coursera PHP Programming Courses Online 2022

March 15, 2022March 15, 2022 Nihal Prasad 0
5 Best Coursera Web Development Courses Online 2022
Course Web Development Course 

5 Best Coursera Web Development Courses Online 2022

March 10, 2022 Nihal Prasad 0

Latest

Python Programs 

🇧🇩 Bangladesh flag using python turtle

February 29, 2024 Yogendra Singh 0

Today we are here sharing the tutorial of creating Bangladesh FLAG using Python. So let us see the video tutorial,

Python Programs 

🇺🇸 United States of America USA flag using python turtle

February 19, 2024February 19, 2024 Yogendra Singh 0
Python Programs 

Happy New Year 2023 status using python

January 1, 2023February 19, 2024 Yogendra Singh 0
Python Notes Python Programs 

Display calendar using python code

August 23, 2022November 24, 2022 Yogendra Singh 0

Tech News

Fake calls: A Unique Approach on Banking Customer Service Frauds
Cyber Security Tech News 

Fake calls: A Unique Approach on Banking Customer Service Frauds

April 19, 2022 Nihal Prasad 0

Fake calls is a financial malware that targets Android users, hijacking their calls to a bank’s customer service number. And

Canva vs PowerPoint – Which is Better for Presentations?
Applications Tech News 

Canva vs PowerPoint – Which is Better for Presentations?

March 29, 2022 Nihal Prasad 0
Microsoft Released Patch for Windows Zero-Day Vulnerability
Cyber Security Tech News 

Microsoft Released Patch for Windows Zero-Day Vulnerability

October 10, 2021October 10, 2021 Ethix 0
SonicWall Issued Critical Vulnerability Patch
Cyber Security Tech News 

SonicWall Issued Critical Vulnerability Patch

October 5, 2021October 4, 2021 Ethix 0

Learn

  • C++
  • Java
  • Python
  • Javascript
  • Web Development
  • Data Science
  • Android

About Us

logo
Our mission is to deliver technical tutorials with clear, crisp, and to-the-point content on a wide range of subjects without any preconditions and impediments.

Company

  • About Us
  • Internship
  • Contact Us
  • Privacy Policy
  • Copyright Policy

Learn

  • C++
  • Java
  • Python
  • R Programming
  • Web Development

Powered By

Copyright © 2025 TechDecode Tutorials. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.
x
x