What carriage return means?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is an 8 bit word?

0 Answers  


when to for abstract class and when to go for interface

2 Answers  


I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

0 Answers  


Which access specifier can be used with class ?

0 Answers  


Can we increase size of array?

0 Answers  






I need some details about an employee. i have only the employee id in my presentation layer(JSP).I entered that ID and click "Show Details" Button. Question is how the JSP pass that id to Controller layer and DAO and what mechanism we are using to retrive data from DB and how the data passed to JSP as a Output. Please explain in detail.

1 Answers   TCS,


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What is the statements?

0 Answers  


what is the use of reference variable

6 Answers  


where the static methods will live ,on stack ? can you explain brefly

1 Answers  


what is platform native code

2 Answers   i3 Solutions,


Can abstract class have private constructor?

0 Answers  


Categories