Is space a string in java?


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

Post New Answer

More Core Java Interview Questions

Can we declare array without size in java?

0 Answers  


How many types of keywords are there?

0 Answers  


explain me with a code snippet about the generation and handling of null point exceptions.

1 Answers  


What is the difference between Java Bean and Java Class.?

2 Answers  


Do you know why doesn't the java library use a randomized version of quicksort?

0 Answers  






Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

0 Answers  


Does variable declaration allocate memory?

0 Answers  


What are order of precedence and associativity, and how are they used?

1 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


What is xslt in java?

0 Answers  


What is the basic difference between string and stringbuffer object?

0 Answers  


Explain thread life cycle in java?

0 Answers  


Categories