Which of the following are valid Functional Interfaces?(Choose any 3)

@FunctionalInterface
interface Assign {
    double assess(int id, double percentage);   
}

@FunctionalInterface
interface Assign {
    double assess(int id, double percentage);
    default double computeGrade(double cost) {
                //implementation of computeGrade
    }}

@FunctionalInterface
interface Assign {
    double assess(int id, double percentage);
    default double computeGrade(double cost) {
        //implementation of computeGrade
        } 
    static void display() {
        //implementation of display
    }   
}

@FunctionalInterface
interface Assign {
    double assess(int id, double percentage);
    default double computeGrade(double cost) {
        //implementation of computeGrade
    } 
    static void display() {
        //implementation of display
    }
    public String toString()
    {
        //Implementation of toString() method
    }
}

Correct Option - abc

To get all Infosys Certified Java Programmer Exam questions Join Group https://bit.ly/infy_premium_group

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in