sir i want to know which posting to apply since i am BE
CSE.. also want to know what are the rounds there for my
interview...Expecting for ur valuable answer....
Answer Posted / keshav.gadde
If u r fresher u will learn java or .net.In interviews they
will test u r knowledge in Written test & Technical round
& HR round.So well prepare languages all the best.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a class in oop?
What is the advantage of oop over procedural language?
What is meant by oops concept?
How is polymorphism achieved?
What is polymorphism and types?
Can an interface inherit a class?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
what are the ways in which a constructors can be called?
Can enum be null?
Why do we use polymorphism?
What are oops methods?
Why is there no multiple inheritance?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
Can abstract class have normal methods?
What are benefits of oop?