What are the different access modifiers available in java?


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

Post New Answer

More Core Java Interview Questions

What is the difference between compiler and jvm?

0 Answers  


how a marker interface gets its functionality and when we implements a marker interface how it got invoked

3 Answers   Mind Tree,


How are the elements of a gridbaglayout organized?

0 Answers  


Does Java support multiple Inheritance?

12 Answers  


Difference String and String Buffer

4 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 consumer in java?

0 Answers  


Is object a data type?

0 Answers  


Can we call a non-static method from inside a static method?

0 Answers  


can we add two numbers without using arthematic operators? if possible how?

5 Answers   CTS,


What is a reflection package?

2 Answers  


What is the final variable?

1 Answers  


Categories