What is flag in python?


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

Post New Answer

More Core Java Interview Questions

Is simpledateformat safe to use in the multithreaded program?

0 Answers  


Can we convert stringbuilder to string in java?

0 Answers  


Which is the best approach for creating thread ?

0 Answers  


In which way does a Primitive data type is passed ?

5 Answers   Sun Microsystems,


we cannot create an object of interface but we can create a variable of it

1 Answers  






Can an integer be null java?

0 Answers  


What is jar?

0 Answers  


When does Exception occurs?

3 Answers  


What is string in java? String is a data type?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


What is a singleton class? Give a practical example of its usage.

0 Answers  


What do you mean by an interface in java?

0 Answers  


Categories