Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

280
Vistas
Type mismatch: cannot convert from element type Object to String(Generics)

Hi I am playing with generics a suddenly found a issue where i am getting compile time error :

Type mismatch: cannot convert from element type Object to String

import java.util.*;

public class A<T> {
    private final T first;

    public A(T first) {
        this.first = first;

    }
    public List<String> stringList() {
        return Arrays.asList(String.valueOf(first));
    }

    public static void main(String[] args) {
        A p = new A<Object>("TEST");
        for (String s : p.stringList())
            System.out.print(s + " ");
    }
}

I am unable to understand this behavior as String is Object and compiler should understand that, can someone explain this?

over 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda