Visakhatanam is the one of the fast growing developing city in India. Below is the list of IT and ITeS list in vizag. Excel To HTML using codebeautify.org Company’s Name Contact Number Website Address Acclaris Business Solutions Pvt.ltd. 0891-2787323 http://acclaris.com Dutt Island, Siripuram ACN Infotech (India) Private Limited +91-891-2541522, …
Read More »Abstraction in Java
Abstraction refers to the act of representing essential features to the outside world and showing the necessary functionality. Data Abstraction may also be defined as the process of identifying only the required characteristics of an object ignoring the irrelevant details. The properties and behaviors of an object differentiate it from …
Read More »Features and Eco system of Hadoop
Features and advantages of Hadoop: Hadoop is an open source software frame work for storing data and running applications on commodity hardware. It stores any type of data and provides massive storage of data for enormous processing power and the ability to handle virtually limitless concurrent tasks or jobs. Hadoop …
Read More »HTML Basics
HTML is a powerful basic web site designing markup language. HTML expanded as Hyper Text Markup Language. Tim Berners Lee is a contractor at CERN , he proposed a system for CERN. Berners Lee wrote a memo to proposing an Internet based hyper text system. He specified HTML and wrote …
Read More »Collections Framework in Java
The Java Collection Framework, designed by Joshua Bloch, revolutionized data manipulation in Java. Discover the framework's rich history, benefits, and various collection types. Dive into a world of high-performance, reusable data structures and algorithms.
Read More »Java Programs
Write a java program to accept seconds as an input and convert into hours and minutes? import java.util.*; public class timeConvert { int sec=0,min=0,hr=0; int reminder=0; Scanner sr = new Scanner(System.in); public timeConvert(){ System.out.println(“Enter seconds to convert”); sec=sr.nextInt(); if(sec!=0){ min=sec/60; reminder=sec%60; sec=reminder; if(min>=60){ hr=min/60; min=min%60; } } System.out.println(hr+”Hours:”+min+”Minutes:”+sec+”Seconds”); } public …
Read More »How to find your Smart Phone if you Lost
Hi folks, now a day’s smart phone is a part in our daily life, we can’t imagine without it. Invention of Smartphone is one of the biggest achievements in technology field because of its features and functionalities. So people are habituated to it. We all know advantages of the smart …
Read More »What is block chain technology?
What is Block chain Technology? Block chain technology is technology word which heard frequently in information technology sector. First going into the term block chain technology, a block chain is a continuously or unbreakable growing list of records, called blocks and these are linked and high secured by using cryptography. …
Read More »What is Air Pollution?
AIR POLLUTION Contamination of air with smoke, dust and harmful gases is called air pollution and the substances causing pollution are called as pollutants. The common pollutants are: Gases like sulphur oxides, nitrogen oxides, carbon oxides and hydrogen sulphide, smoke soot and particulate matter etc. SOURCES OF AIR POLLUTION Burning/combustion …
Read More »What is OS/2?
OS/2 Operating System: OS/2 is a joint project of IBM and Microsoft. OS/2 is the successor of PC-DOS and designed for Intel 286 processor but version 1.x never really caught on except in a few specialized applications. History of OS/2: OS/2 is the family of operating system released in the …
Read More »