how many types of notations are in java



how many types of notations are in java..

Answer / qurat uly

5

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is stream in oop?

0 Answers  


What is the main difference between C++ and Java

11 Answers   TCS,


what is the drawback of classical methods in oops?

0 Answers  


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

0 Answers  


Which type does string inherit from?

0 Answers  






This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

0 Answers  


What is polymorphism explain?

0 Answers  


oops concept is used for?

3 Answers   Synergy,


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

2 Answers  


what is difference between objects and function

3 Answers  


What is difference between function overloading and overriding?

1 Answers   emc2,


write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

0 Answers  


Categories