1. Write a program to create a sentence at runtime and count
number of vowels in it ?
2. Write a program to get a string and to convert the 1st
letter of it to uppercase ?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
can php support multiple inheritence?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
WHat is execution in manual testing and when will we start execution and what language we use in execution
what is dot net framework
Data structure used to impliment a menu:
what is difference between kpo and it industry? that is in terms of work, package etc
how to convert hashmap to arraylist with iteration
what are the top level class of interface in java?
What is SOLID Principle in Programming Language?