Home » Java Programming » Declarations and Access Control

Which three are valid method signatures in an interface? private int getArea(); public float getVol(float x); public void main(String [] args); public static void main(String [] args); boolean setFlag(Boolean [] test);

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!