Koti Syamala

Koti Syamala

Java Program to find common chrectures in three Strings

Input: consider 3 strings are “AMITABH”, “BACHCHAN”, “RAJNIKANTH” program : class FindCommonAlphabets{      public static String find(String str1,String str2)        {              int i,j,k,flag;              String result=””;              char s1[]=str1.toCharArray();              char s2[]=str2.toCharArray();            for(i=0;i<s1.length;i++)                   {                     for(j=0;j<s2.length;j++)                        {          â€¦

Software Engineer Technical Interview Questions

TCS Technical Interview Questions:-   What does static variable mean? What is a pointer? What is a structure? What are the differences between structures and arrays? In header files whether functions are declablack or defined? What are the differences between…

c++ mutiple choice questions with answers

c++ mutiple choice questions with answers   1. How many types of polymorphisms are supported by C++?A.     1    B.     2C.     3    D.     4 Answer: Option B Explanation: The two main types of polymorphism are run-time (implemented…

Impact of internet in India

Impact of internet in India!!! Access to Internet and broadband are widely regarded as catalysts for economic and social development of a country. A number of research studies have demonstrated the positive impact that Internet and broadband penetration have on…

COMPUTER NETWORKS Class Notes

  COMPUTER NETWORKS Class Notes Class 1 – Overview, Course RulesOverview• Topic: using computer and network technology to help run businesses and other organizations• Won’t focus especially on “managers”• Will combine “Top-down” descriptive learning (the RTP book) with “bottom-up” learning…

Unix Shell Commands

Introduction The purpose of this document is to provide the reader with a fast and simple introduction to using  the Linux command shell and some of its basic utilities. It is assumed that the reader has zero or very limited…

INTRODUCTION TO COMPUTER NETWORKS

INTRODUCTION TO COMPUTER NETWORKS 1.2.1 Local Area Networks L ocal area networks, generally called LANs, are privately-owned networks within a single building                                     or campus of up to a few kilometers in size. They are widely used to connect personal computers…

Enable Notifications OK No thanks