Posts by getText • 83 points
2 posts
-
5
votes2
answers159
viewsA: Better applicability to make an interface functional
You don’t need to do anything special for an interface to be considered functional. The compiler already identifies this type of interface by its structure. The annotation @FunctionalInterface…
-
3
votes2
answers4312
viewsQ: how to reference external css in an HTML page
I’m learning html but I don’t know why I’m not getting calls a css file, which I created separately for my html. <html> <head> <meta charset="UTF-8"> <title> aula 5…