What is pangram in java?



What is pangram in java?..

Answer / Rachit Vanslas

A pangram in Java is a sentence that uses every letter of the alphabet at least once. An example is 'The quick brown fox jumps over the lazy dog'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }

3 Answers  


What are thread groups?

1 Answers  


different types of threads?

18 Answers   TCS,


How does multithreading take place on a computer with a single cpu?

1 Answers  


. Define Copy Constructor in Java

1 Answers  


What are the properties of thread?

1 Answers  


What is the frontend and backedn in Java?

3 Answers   TCS,


Is java 9 released?

1 Answers  


Why Java is a platform independent language?

6 Answers   Wipro, Zensar,


What is the difference between set and list?

5 Answers  


What is nested loop? What is dangling else condition in it?

1 Answers   Ericsson,


Can a class be private or protected in java?

1 Answers  


Categories