String<ArrayList> selitems;
String<ArrayList> cartitems;

what are the possible mistakes?

String<ArrayList> selitems;
String<ArrayList> cartitems;

what are the possible mistakes?

You probably want...

ArrayList<String> selitems;
ArrayList<String> cartitems;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.