Technoname

What is the Difference Between JDK , JVM And JRE ?

JDK vs JRE vs JVM

The major difference between JDK, JRE, and JVM are shown in below table : JDK JRE JVM The full form of JDK is Java Development Kit. JRE is Java Runtime Environment. JVM is Java Virtual Machine. JDK is a software development kit to develop applications in Java. It provides a platform to execute java programs.… Read More

Azure Analytics Workloads – OLAP vs OLTP

Data Warehouse

Azure Analytics is a comprehensive set of solutions which turn your data into actionable insights In the context of a cloud adoption, a workload is a collection of IT assets (servers, VMs, applications, data, or appliances) that collectively support a defined process. Workloads can support more than one process. Types of Workloads There are three… Read More

C Program to check whether two strings are anagram.

Anagram example

This article will cover all the questions related to anagram and logic to write its code in easy way. Implementation of Anagram in C Output :Enter 1st string : technonameEnter 2nd string : nametechnoThey are anagram If you know some other way to write this program then you can leave a comment here or mail… Read More