What are "class access modifiers" 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 multi-catch block in java?

0 Answers  


Explain about GridBag Layout?

1 Answers  


What is the concept of multithreading?

0 Answers  


What is the middleware?

2 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 life cycle of applet?

9 Answers  


Explain different states of a thread in java?

0 Answers  


what is webservices?

1 Answers   CTS, Ericsson, HCL,


Can we inherit a class with private constructor?

0 Answers  


what is private constructor?what are the uses of writing private constructor in our program?

10 Answers  


Explain notifyall() method of object class ?

0 Answers  


What is OOP Language?

0 Answers   Atos Origin,


Categories