Explain java coding standards for interfaces?


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

Post New Answer

More Core Java Interview Questions

Why hashcode is used in java?

0 Answers  


What is function overriding and overloading in java?

0 Answers  


What is the abstraction?

0 Answers  


What is gc()?

0 Answers  


What is collection class in java?

0 Answers  


What is meant by class loader and how many types are there?

2 Answers   Apple,


Write a program to print count of empty strings in java 8?

0 Answers  


What is the primitive type short?

0 Answers  


briefley expalin about the packages

3 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


How do you declare a string variable?

0 Answers  


What is a qms manual?

0 Answers  


Categories